Google Cloud Security Command Center v1 API - Class Cve (3.10.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. More information: https://cve.mitre.org

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

Id

public string Id { get; set; }

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

Property Value
TypeDescription
string

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