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

VulnerabilityReportVulnerability

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

A vulnerability affecting the VM instance.

interface VulnerabilityReportVulnerability {
availableInventoryItemIds?: string[];
createTime?: Date;
installedInventoryItemIds?: string[];
updateTime?: Date;
}

§Properties

§
availableInventoryItemIds?: string[]
[src]

Corresponds to the AVAILABLE_PACKAGE inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The inventory_item value specifies the latest SoftwarePackage available to the VM that fixes the vulnerability.

§
createTime?: Date
[src]

The timestamp for when the vulnerability was first detected.

§

Contains metadata as per the upstream feed of the operating system and NVD.

§
installedInventoryItemIds?: string[]
[src]

Corresponds to the INSTALLED_PACKAGE inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.

§

List of items affected by the vulnerability.

§
updateTime?: Date
[src]

The timestamp for when the vulnerability was last modified.