Show / Hide Table of Contents

Class Assessment

Assessment provides all information that is related to a single vulnerability for this product.

Inheritance
object
Assessment
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.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Assessment : IDirectResponseSchema

Properties

Cve

Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX