Interface OsvReference

A reference link associated with the vulnerability (advisory, article, fix, etc.).

interface OsvReference {
    type:
        | "GIT"
        | "ADVISORY"
        | "ARTICLE"
        | "DETECTION"
        | "DISCUSSION"
        | "REPORT"
        | "FIX"
        | "INTRODUCED"
        | "PACKAGE"
        | "EVIDENCE"
        | "WEB";
    url: string;
}

Properties

Properties

type:
    | "GIT"
    | "ADVISORY"
    | "ARTICLE"
    | "DETECTION"
    | "DISCUSSION"
    | "REPORT"
    | "FIX"
    | "INTRODUCED"
    | "PACKAGE"
    | "EVIDENCE"
    | "WEB"

Reference type: 'ADVISORY', 'ARTICLE', 'DETECTION', 'DISCUSSION', 'REPORT', 'FIX', 'GIT', 'INTRODUCED', 'PACKAGE', 'EVIDENCE', 'WEB'

url: string

URL of the reference