Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VulnerabilityReportVulnerabilityDetails

import type { VulnerabilityReportVulnerabilityDetails } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Contains metadata information for the vulnerability. This information is collected from the upstream feed of the operating system.

interface VulnerabilityReportVulnerabilityDetails {
cve?: string;
cvssV2Score?: number;
cvssV3?: CVSSv3;
description?: string;
severity?: string;
}

§Properties

§
cve?: string
[src]

The CVE of the vulnerability. CVE cannot be empty and the combination of should be unique across vulnerabilities for a VM.

§
cvssV2Score?: number
[src]

The CVSS V2 score of this vulnerability. CVSS V2 score is on a scale of 0

  • 10 where 0 indicates low severity and 10 indicates high severity.
§
cvssV3?: CVSSv3
[src]

The full description of the CVSSv3 for this vulnerability from NVD.

§
description?: string
[src]

The note or description describing the vulnerability from the distro.

§

Corresponds to the references attached to the VulnerabilityDetails.

§
severity?: string
[src]

Assigned severity/impact ranking from the distro.