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

VulnerabilityReportVulnerabilityItem

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

OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.

interface VulnerabilityReportVulnerabilityItem {
availableInventoryItemId?: string;
fixedCpeUri?: string;
installedInventoryItemId?: string;
upstreamFix?: string;
}

§Properties

§
availableInventoryItemId?: 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.

§
fixedCpeUri?: string
[src]

The recommended CPE URI update that contains a fix for this vulnerability.

§
installedInventoryItemId?: 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 operating systems, this field might be empty.

§
upstreamFix?: string
[src]

The upstream OS patch, packages or KB that fixes the vulnerability.