public sealed class Vulnerability : IMessage<Vulnerability>, IEquatable<Vulnerability>, IDeepCloneable<Vulnerability>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Vulnerability.
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
Implements
IMessageVulnerability, IEquatableVulnerability, IDeepCloneableVulnerability, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Vulnerability()
public Vulnerability()
Vulnerability(Vulnerability)
public Vulnerability(Vulnerability other)
Parameter | |
---|---|
Name | Description |
other | Vulnerability |
Properties
Cve
public Cve Cve { get; set; }
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
Property Value | |
---|---|
Type | Description |
Cve |
FixedPackage
public Package FixedPackage { get; set; }
The fixed package is relevant to the finding.
Property Value | |
---|---|
Type | Description |
Package |
OffendingPackage
public Package OffendingPackage { get; set; }
The offending package is relevant to the finding.
Property Value | |
---|---|
Type | Description |
Package |
SecurityBulletin
public SecurityBulletin SecurityBulletin { get; set; }
The security bulletin is relevant to this finding.
Property Value | |
---|---|
Type | Description |
SecurityBulletin |