interface Vulnerability {
    advisories?: Serialize.JSON.Types.Normalized.Vulnerability.Advisory[];
    affects?: Serialize.JSON.Types.Normalized.Vulnerability.Affect[];
    analysis?: Serialize.JSON.Types.Normalized.Vulnerability.Analysis;
    bom-ref?: string;
    created?: string;
    credits?: Serialize.JSON.Types.Normalized.Vulnerability.Credits;
    cwes?: number[];
    description?: string;
    detail?: string;
    id?: string;
    properties?: Serialize.JSON.Types.Normalized.Property[];
    published?: string;
    ratings?: Serialize.JSON.Types.Normalized.Vulnerability.Rating[];
    recommendation?: string;
    references?: Serialize.JSON.Types.Normalized.Vulnerability.Reference[];
    source?: Serialize.JSON.Types.Normalized.Vulnerability.Source;
    tools?: Serialize.JSON.Types.Normalized.Tool[];
    updated?: string;
}

Properties

bom-ref?: string
created?: string
cwes?: number[]
description?: string
detail?: string
id?: string
published?: string
recommendation?: string
updated?: string