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
from enum value: VULNERABILITY_AFFECTED_STATUS_AFFECTED = 1;
NOT_AFFECTED
NOT_AFFECTED:2
Generated
from enum value: VULNERABILITY_AFFECTED_STATUS_NOT_AFFECTED = 2;
UNKNOWN
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;
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