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

VulnerabilityAssessmentNote

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

A single VulnerabilityAssessmentNote represents one particular product's vulnerability assessment for one CVE.

interface VulnerabilityAssessmentNote {
assessment?: Assessment;
languageCode?: string;
longDescription?: string;
product?: Product;
publisher?: Publisher;
shortDescription?: string;
title?: string;
}

§Properties

§
assessment?: Assessment
[src]

Represents a vulnerability assessment for the product.

§
languageCode?: string
[src]

Identifies the language used by this document, corresponding to IETF BCP 47 / RFC 5646.

§
longDescription?: string
[src]

A detailed description of this Vex.

§
product?: Product
[src]

The product affected by this vex.

§
publisher?: Publisher
[src]

Publisher details of this Note.

§
shortDescription?: string
[src]

A one sentence description of this Vex.

§
title?: string
[src]

The title of the note. E.g. Vex-Debian-11.4