CycloneDX JavaScript Library - Node - v9.4.0
    Preparing search index...

    Interface OptionalRatingProperties

    interface OptionalRatingProperties {
        justification?: string;
        method?: RatingMethod;
        score?: number;
        severity?: Severity;
        source?: Models.Vulnerability.Source;
        vector?: string;
    }
    Index

    Properties

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