Show / Hide Table of Contents

Class Vulnerability

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

Inheritance
object
Vulnerability
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.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class Vulnerability : IDirectResponseSchema

Properties

Cve

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

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

Cwes

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

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

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 Package FixedPackage { get; set; }
Property Value
Type Description
Package

OffendingPackage

The offending package is relevant to the finding.

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

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 SecurityBulletin SecurityBulletin { get; set; }
Property Value
Type Description
SecurityBulletin

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX