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

GoogleCloudSecuritycenterV2Vulnerability

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

Refers to common vulnerability fields e.g. cve, cvss, cwe etc.

interface GoogleCloudSecuritycenterV2Vulnerability {
providerRiskScore?: bigint;
reachable?: boolean;
}

§Properties

§

CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)

§

Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.

§

The fixed package is relevant to the finding.

§

The offending package is relevant to the finding.

§
providerRiskScore?: bigint
[src]

Provider provided risk_score based on multiple factors. The higher the risk score, the more risky the vulnerability is.

§
reachable?: boolean
[src]

Represents whether the vulnerability is reachable (detected via static analysis)

§

The security bulletin is relevant to this finding.