Class Assessment
Assessment provides all information that is related to a single vulnerability for this product.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class Assessment : IDirectResponseSchema
Properties
Cve
Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerability_id instead to denote CVEs.
Declaration
[JsonProperty("cve")]
public virtual string Cve { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Impacts
Contains information about the impact of this vulnerability, this will change with time.
Declaration
[JsonProperty("impacts")]
public virtual IList<string> Impacts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Justification
Justification provides the justification when the state of the assessment if NOT_AFFECTED.
Declaration
[JsonProperty("justification")]
public virtual Justification Justification { get; set; }
Property Value
Type | Description |
---|---|
Justification |
LongDescription
A detailed description of this Vex.
Declaration
[JsonProperty("longDescription")]
public virtual string LongDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
RelatedUris
Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.
Declaration
[JsonProperty("relatedUris")]
public virtual IList<RelatedUrl> RelatedUris { get; set; }
Property Value
Type | Description |
---|---|
IList<RelatedUrl> |
Remediations
Specifies details on how to handle (and presumably, fix) a vulnerability.
Declaration
[JsonProperty("remediations")]
public virtual IList<Remediation> Remediations { get; set; }
Property Value
Type | Description |
---|---|
IList<Remediation> |
ShortDescription
A one sentence description of this Vex.
Declaration
[JsonProperty("shortDescription")]
public virtual string ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Provides the state of this Vulnerability assessment.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
VulnerabilityId
The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc.
Declaration
[JsonProperty("vulnerabilityId")]
public virtual string VulnerabilityId { get; set; }
Property Value
Type | Description |
---|---|
string |