Class VulnerabilityAssessmentNote
A single VulnerabilityAssessmentNote represents one particular product's vulnerability assessment for one CVE. Multiple VulnerabilityAssessmentNotes together form a Vex statement. Please go/sds-vex-example for a sample Vex statement in the CSAF format.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class VulnerabilityAssessmentNote : IDirectResponseSchema
Properties
Assessment
Represents a vulnerability assessment for the product.
Declaration
[JsonProperty("assessment")]
public virtual Assessment Assessment { get; set; }
Property Value
Type | Description |
---|---|
Assessment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Identifies the language used by this document, corresponding to IETF BCP 47 / RFC 5646.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
LongDescription
A detailed description of this Vex.
Declaration
[JsonProperty("longDescription")]
public virtual string LongDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
The product affected by this vex.
Declaration
[JsonProperty("product")]
public virtual Product Product { get; set; }
Property Value
Type | Description |
---|---|
Product |
Publisher
Publisher details of this Note.
Declaration
[JsonProperty("publisher")]
public virtual Publisher Publisher { get; set; }
Property Value
Type | Description |
---|---|
Publisher |
ShortDescription
A one sentence description of this Vex.
Declaration
[JsonProperty("shortDescription")]
public virtual string ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of the note. E.g. Vex-Debian-11.4
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |