A fault, flaw, or bug in software
from enum value: ISSUE_CLASSIFICATION_DEFECT = 1;
A new feature or behavior in software
from enum value: ISSUE_CLASSIFICATION_ENHANCEMENT = 2;
from enum value: ISSUE_CLASSIFICATION_NULL = 0;
A special type of defect which impacts security
from enum value: ISSUE_CLASSIFICATION_SECURITY = 3;
Generated
from enum cyclonedx.v1_5.IssueClassification