cdx-proto
    Preparing search index...

    Enumeration Severity

    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

    Index

    Enumeration Members

    Enumeration Members

    CRITICAL: 1

    Critical severity

    from enum value: SEVERITY_CRITICAL = 1;

    HIGH: 2

    High severity

    from enum value: SEVERITY_HIGH = 2;

    INFO: 5

    Informational warning.

    from enum value: SEVERITY_INFO = 5;

    LOW: 4

    Low severity

    from enum value: SEVERITY_LOW = 4;

    MEDIUM: 3

    Medium severity

    from enum value: SEVERITY_MEDIUM = 3;

    NONE: 6

    None

    from enum value: SEVERITY_NONE = 6;

    UNKNOWN: 0

    The severity is not known. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- unknown is our fallback, doubling unspecified

    from enum value: SEVERITY_UNKNOWN = 0;