Class Cve (1.11.0)

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

CVE stands for Common Vulnerabilities and Exposures. More information: https://cve.mitre.org

Attributes

NameDescription
id str
The unique identifier for the vulnerability. e.g. CVE-2021-34527
references Sequence[google.cloud.securitycenter_v1.types.Reference]
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
cvssv3 google.cloud.securitycenter_v1.types.Cvssv3
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
upstream_fix_available bool
Whether upstream fix is available for the CVE.

Inheritance

builtins.object > proto.message.Message > Cve