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

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.

Inheritance

object > Vulnerability

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Vulnerability()

public Vulnerability()

Vulnerability(Vulnerability)

public Vulnerability(Vulnerability other)
Parameter
NameDescription
otherVulnerability

Properties

Cve

public Cve Cve { get; set; }

CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)

Property Value
TypeDescription
Cve

FixedPackage

public Package FixedPackage { get; set; }

The fixed package is relevant to the finding.

Property Value
TypeDescription
Package

OffendingPackage

public Package OffendingPackage { get; set; }

The offending package is relevant to the finding.

Property Value
TypeDescription
Package

SecurityBulletin

public SecurityBulletin SecurityBulletin { get; set; }

The security bulletin is relevant to this finding.

Property Value
TypeDescription
SecurityBulletin