Class Details (1.11.2)

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

Contains metadata information for the vulnerability. This information is collected from the upstream feed of the operating system.

Attributes

NameDescription
cve str
The CVE of the vulnerability. CVE cannot be empty and the combination of
cvss_v2_score float
The CVSS V2 score of this vulnerability. CVSS V2 score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity.
cvss_v3 google.cloud.osconfig_v1.types.CVSSv3
The full description of the CVSSv3 for this vulnerability from NVD.
severity str
Assigned severity/impact ranking from the distro.
description str
The note or description describing the vulnerability from the distro.
references Sequence[google.cloud.osconfig_v1.types.VulnerabilityReport.Vulnerability.Details.Reference]
Corresponds to the references attached to the VulnerabilityDetails.

Classes

Reference

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

A reference for this vulnerability.