Class Vulnerability
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.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 |