Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Vulnerability

Refers to common vulnerability fields e.g. cve, cvss, cwe etc.

Inheritance
object
GoogleCloudSecuritycenterV2Vulnerability
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Vulnerability : IDirectResponseSchema

Properties

Cve

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

Declaration
[JsonProperty("cve")]
public virtual GoogleCloudSecuritycenterV2Cve Cve { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Cve

Cwes

Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.

Declaration
[JsonProperty("cwes")]
public virtual IList<GoogleCloudSecuritycenterV2Cwe> Cwes { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Cwe>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FixedPackage

The fixed package is relevant to the finding.

Declaration
[JsonProperty("fixedPackage")]
public virtual GoogleCloudSecuritycenterV2Package FixedPackage { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Package

OffendingPackage

The offending package is relevant to the finding.

Declaration
[JsonProperty("offendingPackage")]
public virtual GoogleCloudSecuritycenterV2Package OffendingPackage { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Package

ProviderRiskScore

Provider provided risk_score based on multiple factors. The higher the risk score, the more risky the vulnerability is.

Declaration
[JsonProperty("providerRiskScore")]
public virtual long? ProviderRiskScore { get; set; }
Property Value
Type Description
long?

Reachable

Represents whether the vulnerability is reachable (detected via static analysis)

Declaration
[JsonProperty("reachable")]
public virtual bool? Reachable { get; set; }
Property Value
Type Description
bool?

SecurityBulletin

The security bulletin is relevant to this finding.

Declaration
[JsonProperty("securityBulletin")]
public virtual GoogleCloudSecuritycenterV2SecurityBulletin SecurityBulletin { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2SecurityBulletin

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX