Interface OsvSeverity

Severity scoring entry (CVSS v2, v3, or v4).

interface OsvSeverity {
    score: string;
    type: "CVSS_V2" | "CVSS_V3" | "CVSS_V4";
}

Properties

Properties

score: string

CVSS vector string

type: "CVSS_V2" | "CVSS_V3" | "CVSS_V4"

Scoring system: 'CVSS_V2', 'CVSS_V3', or 'CVSS_V4'