interface Rating {
    justification?: string;
    method?: RatingMethod;
    score?: number;
    severity?: Severity;
    source?: Serialize.JSON.Types.Normalized.Vulnerability.Source;
    vector?: string;
}

Properties

justification?: string
method?: RatingMethod
score?: number
severity?: Severity
vector?: string