public sealed class Cve : IMessage<Cve>, IEquatable<Cve>, IDeepCloneable<Cve>, IBufferMessage, IMessage
CVE stands for Common Vulnerabilities and Exposures. More information: https://cve.mitre.org
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Cve()
public Cve()
Cve(Cve)
public Cve(Cve other)
Parameter | |
---|---|
Name | Description |
other | Cve |
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 | |
---|---|
Type | Description |
Cvssv3 |
Id
public string Id { get; set; }
The unique identifier for the vulnerability. e.g. CVE-2021-34527
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<Reference> |
UpstreamFixAvailable
public bool UpstreamFixAvailable { get; set; }
Whether upstream fix is available for the CVE.
Property Value | |
---|---|
Type | Description |
Boolean |