Class VulnerabilityNote
A security vulnerability that can be found in resources.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class VulnerabilityNote : IDirectResponseSchema
Properties
CvssScore
The CVSS score of this vulnerability. CVSS score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity.
Declaration
[JsonProperty("cvssScore")]
public virtual float? CvssScore { get; set; }
Property Value
Type | Description |
---|---|
float? |
CvssV2
The full description of the v2 CVSS for this vulnerability.
Declaration
[JsonProperty("cvssV2")]
public virtual CVSS CvssV2 { get; set; }
Property Value
Type | Description |
---|---|
CVSS |
CvssV3
The full description of the CVSSv3 for this vulnerability.
Declaration
[JsonProperty("cvssV3")]
public virtual CVSSv3 CvssV3 { get; set; }
Property Value
Type | Description |
---|---|
CVSSv3 |
CvssVersion
CVSS version used to populate cvss_score and severity.
Declaration
[JsonProperty("cvssVersion")]
public virtual string CvssVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Details
Details of all known distros and packages affected by this vulnerability.
Declaration
[JsonProperty("details")]
public virtual IList<Detail> Details { get; set; }
Property Value
Type | Description |
---|---|
IList<Detail> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
The note provider assigned severity of this vulnerability.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceUpdateTime
object representation of SourceUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SourceUpdateTimeDateTimeOffset instead.")]
public virtual object SourceUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SourceUpdateTimeDateTimeOffset
DateTimeOffset representation of SourceUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SourceUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SourceUpdateTimeRaw
The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
Declaration
[JsonProperty("sourceUpdateTime")]
public virtual string SourceUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
WindowsDetails
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
Declaration
[JsonProperty("windowsDetails")]
public virtual IList<WindowsDetail> WindowsDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<WindowsDetail> |