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

WindowsDetail

import type { WindowsDetail } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface WindowsDetail {
cpeUri?: string;
description?: string;
fixingKbs?: KnowledgeBase[];
name?: string;
}

§Properties

§
cpeUri?: string
[src]

Required. The CPE URI this vulnerability affects.

§
description?: string
[src]

The description of this vulnerability.

§
fixingKbs?: KnowledgeBase[]
[src]

Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.

§
name?: string
[src]

Required. The name of this vulnerability.