Show / Hide Table of Contents

Class VulnerabilityType

VulnerabilityType provides metadata about a security vulnerability.

Inheritance
object
VulnerabilityType
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 VulnerabilityType : 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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX