Enumeration VulnerabilityAffectedStatus

Generated

from enum cyclonedx.v1_5.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

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 value: VULNERABILITY_AFFECTED_STATUS_UNKNOWN = 0;