Enumeration VulnerabilityAffectedStatus

The vulnerability status of a given version or range of versions of a product. The statuses 'affected' and 'unaffected' indicate that the version is affected or unaffected by the vulnerability. The status 'unknown' indicates that it is unknown or unspecified whether the given version is affected. There can be many reasons for an 'unknown' status, including that an investigation has not been undertaken or that a vendor has not disclosed the status.

Generated

from enum cyclonedx.v1_6.VulnerabilityAffectedStatus

Enumeration Members

Enumeration Members

AFFECTED: 1

Generated

from enum value: VULNERABILITY_AFFECTED_STATUS_AFFECTED = 1;

NOT_AFFECTED: 2

Generated

from enum value: VULNERABILITY_AFFECTED_STATUS_NOT_AFFECTED = 2;

UNKNOWN: 0

It is unknown (or unspecified) whether the given version is affected. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- unknown is our fallback, doubling unspecified

Generated

from enum value: VULNERABILITY_AFFECTED_STATUS_UNKNOWN = 0;