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 {
cwes?: GoogleCloudSecuritycenterV2Cwe[];
fixedPackage?: GoogleCloudSecuritycenterV2Package;
offendingPackage?: GoogleCloudSecuritycenterV2Package;
providerRiskScore?: bigint;
reachable?: boolean;
securityBulletin?: GoogleCloudSecuritycenterV2SecurityBulletin;
}§Properties
§
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
§
cwes?: GoogleCloudSecuritycenterV2Cwe[]
[src]Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.
§
fixedPackage?: GoogleCloudSecuritycenterV2Package
[src]The fixed package is relevant to the finding.
§
offendingPackage?: GoogleCloudSecuritycenterV2Package
[src]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)
§
securityBulletin?: GoogleCloudSecuritycenterV2SecurityBulletin
[src]The security bulletin is relevant to this finding.