InbandVulnerability
import type { InbandVulnerability } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Fleshed out vulnerability object that includes enough details to fill out a vulnerability specific view for an issue.
interface InbandVulnerability {
affectedSoftware?: AffectedSoftware[];
authors?: string[];
cveId?: string;
cvssV31Score?: number;
cvssV31ScoreTemporal?: number;
description?: string;
disclosureTime?: Date;
exploitationState?: string;
externalVulnerabilityId?: string;
isExploitedWild?: boolean;
referenceUrls?: string[];
remediation?: string;
riskRating?: string;
title?: string;
}§Properties
§
affectedSoftware?: AffectedSoftware[]
[src]Optional. The software that is affected by the vulnerability.
§
description?: string
[src]Optional. The human readable description. This can be basic HTML formatted text.
§
exploitationState?: string
[src]Optional. Exploitation state of the vulnerability, for example "Available".