Class Vulnerability
Vulnerability provides metadata about a security vulnerability in a Note.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Vulnerability : IDirectResponseSchema
Properties
CvssScore
The CVSS score for this vulnerability.
Declaration
[JsonProperty("cvssScore")]
public virtual float? CvssScore { get; set; }
Property Value
Type | Description |
---|---|
float? |
CvssV2
The full description of the CVSS for version 2.
Declaration
[JsonProperty("cvssV2")]
public virtual CVSS CvssV2 { get; set; }
Property Value
Type | Description |
---|---|
CVSS |
CvssV3
The full description of the CVSS for version 3.
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 |
Cwe
A list of CWE for this vulnerability. For details, see: https://cwe.mitre.org/index.html
Declaration
[JsonProperty("cwe")]
public virtual IList<string> Cwe { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Details
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.
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
Note provider assigned impact of the 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> |