Textual representation of the severity of the vulnerability adopted by the analysis method. If the analysis method uses values other than what is provided, the user is expected to translate appropriately.
from enum cyclonedx.v1_7.Severity
Critical severity
from enum value: SEVERITY_CRITICAL = 1;
High severity
from enum value: SEVERITY_HIGH = 2;
Informational warning.
from enum value: SEVERITY_INFO = 5;
Low severity
from enum value: SEVERITY_LOW = 4;
Medium severity
from enum value: SEVERITY_MEDIUM = 3;
None
from enum value: SEVERITY_NONE = 6;
The severity is not known. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- unknown is our fallback, doubling unspecified
unknown
unspecified
from enum value: SEVERITY_UNKNOWN = 0;
Textual representation of the severity of the vulnerability adopted by the analysis method. If the analysis method uses values other than what is provided, the user is expected to translate appropriately.
Generated
from enum cyclonedx.v1_7.Severity