cdx-proto
    Preparing search index...

    Type Alias VulnerabilityRating

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

    Type declaration

    • Optionaljustification?: string

      An optional reason for rating the vulnerability as it was.

      from field: optional string justification = 6;

    • Optionalmethod?: ScoreMethod

      Specifies the severity or risk scoring methodology or standard used.

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

    • Optionalscore?: number

      The numerical score of the rating.

      from field: optional double score = 2;

    • Optionalseverity?: Severity

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

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

    • Optionalsource?: Source

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

      from field: optional cyclonedx.v1_6.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_6.VulnerabilityRating