Show / Hide Table of Contents

Class CVSS

Common Vulnerability Scoring System. For details, see https://www.first.org/cvss/specification-document This is a message we will try to use for storing various versions of CVSS rather than making a separate proto for storing a specific version.

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

Properties

AttackComplexity

Declaration
[JsonProperty("attackComplexity")]
public virtual string AttackComplexity { get; set; }
Property Value
Type Description
string

AttackVector

Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.

Declaration
[JsonProperty("attackVector")]
public virtual string AttackVector { get; set; }
Property Value
Type Description
string

Authentication

Declaration
[JsonProperty("authentication")]
public virtual string Authentication { get; set; }
Property Value
Type Description
string

AvailabilityImpact

Declaration
[JsonProperty("availabilityImpact")]
public virtual string AvailabilityImpact { get; set; }
Property Value
Type Description
string

BaseScore

The base score is a function of the base metric scores.

Declaration
[JsonProperty("baseScore")]
public virtual float? BaseScore { get; set; }
Property Value
Type Description
float?

ConfidentialityImpact

Declaration
[JsonProperty("confidentialityImpact")]
public virtual string ConfidentialityImpact { 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

ExploitabilityScore

Declaration
[JsonProperty("exploitabilityScore")]
public virtual float? ExploitabilityScore { get; set; }
Property Value
Type Description
float?

ImpactScore

Declaration
[JsonProperty("impactScore")]
public virtual float? ImpactScore { get; set; }
Property Value
Type Description
float?

IntegrityImpact

Declaration
[JsonProperty("integrityImpact")]
public virtual string IntegrityImpact { get; set; }
Property Value
Type Description
string

PrivilegesRequired

Declaration
[JsonProperty("privilegesRequired")]
public virtual string PrivilegesRequired { get; set; }
Property Value
Type Description
string

Scope

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

UserInteraction

Declaration
[JsonProperty("userInteraction")]
public virtual string UserInteraction { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX