from enum value: VULNERABILITY_AFFECTED_STATUS_AFFECTED = 1;
from enum value: VULNERABILITY_AFFECTED_STATUS_NOT_AFFECTED = 2;
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.
from enum value: VULNERABILITY_AFFECTED_STATUS_UNKNOWN = 0;
Generated
from enum cyclonedx.v1_5.VulnerabilityAffectedStatus