Google Cloud Security Command Center v1 API - Class Cve (3.19.0)

public sealed class Cve : IMessage<Cve>, IEquatable<Cve>, IDeepCloneable<Cve>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Cve.

CVE stands for Common Vulnerabilities and Exposures. Information from the CVE record that describes this vulnerability.

Inheritance

object > Cve

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Cve()

public Cve()

Cve(Cve)

public Cve(Cve other)
Parameter
NameDescription
otherCve

Properties

Cvssv3

public Cvssv3 Cvssv3 { get; set; }

Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document

Property Value
TypeDescription
Cvssv3

ExploitationActivity

public Cve.Types.ExploitationActivity ExploitationActivity { get; set; }

The exploitation activity of the vulnerability in the wild.

Property Value
TypeDescription
CveTypesExploitationActivity

Id

public string Id { get; set; }

The unique identifier for the vulnerability. e.g. CVE-2021-34527

Property Value
TypeDescription
string

Impact

public Cve.Types.RiskRating Impact { get; set; }

The potential impact of the vulnerability if it was to be exploited.

Property Value
TypeDescription
CveTypesRiskRating

ObservedInTheWild

public bool ObservedInTheWild { get; set; }

Whether or not the vulnerability has been observed in the wild.

Property Value
TypeDescription
bool

References

public RepeatedField<Reference> References { get; }

Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527

Property Value
TypeDescription
RepeatedFieldReference

UpstreamFixAvailable

public bool UpstreamFixAvailable { get; set; }

Whether upstream fix is available for the CVE.

Property Value
TypeDescription
bool

ZeroDay

public bool ZeroDay { get; set; }

Whether or not the vulnerability was zero day when the finding was published.

Property Value
TypeDescription
bool