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

VulnerabilityReportVulnerabilityDetailsReference

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

A reference for this vulnerability.

interface VulnerabilityReportVulnerabilityDetailsReference {
source?: string;
url?: string;
}

§Properties

§
source?: string
[src]

The source of the reference e.g. NVD.

§
url?: string
[src]

The url of the reference.