Class Vulnerability (1.39.0)

Vulnerability(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
cve google.cloud.securitycenter_v2.types.Cve
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
offending_package google.cloud.securitycenter_v2.types.Package
The offending package is relevant to the finding.
fixed_package google.cloud.securitycenter_v2.types.Package
The fixed package is relevant to the finding.
security_bulletin google.cloud.securitycenter_v2.types.SecurityBulletin
The security bulletin is relevant to this finding.
provider_risk_score int
Provider provided risk_score based on multiple factors. The higher the risk score, the more risky the vulnerability is.
reachable bool
Represents whether the vulnerability is reachable (detected via static analysis)
cwes MutableSequence[google.cloud.securitycenter_v2.types.Cwe]
Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.