cdx-proto
    Preparing search index...

    Type Alias VulnerabilityRating

    VulnerabilityRating: Message<"cyclonedx.v1_5.VulnerabilityRating"> & {
        justification?: string;
        method?: cdx_15.ScoreMethod;
        score?: number;
        severity?: cdx_15.Severity;
        source?: cdx_15.Source;
        vector?: string;
    }

    Type declaration

    • Optionaljustification?: string

      An optional reason for rating the vulnerability as it was.

      from field: optional string justification = 6;

    • Optionalmethod?: cdx_15.ScoreMethod

      Specifies the severity or risk scoring methodology or standard used.

      from field: optional cyclonedx.v1_5.ScoreMethod method = 4;

    • Optionalscore?: number

      The numerical score of the rating.

      from field: optional double score = 2;

    • Optionalseverity?: cdx_15.Severity

      Textual representation of the severity that corresponds to the numerical score of the rating.

      from field: optional cyclonedx.v1_5.Severity severity = 3;

    • Optionalsource?: cdx_15.Source

      The source that calculated the severity or risk rating of the vulnerability.

      from field: optional cyclonedx.v1_5.Source source = 1;

    • Optionalvector?: string

      Textual representation of the metric values used to score the vulnerability.

      from field: optional string vector = 5;

    from message cyclonedx.v1_5.VulnerabilityRating