Grafeas v1 API - Class CVSSv3 (3.6.0)

public sealed class CVSSv3 : IMessage<CVSSv3>, IEquatable<CVSSv3>, IDeepCloneable<CVSSv3>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class CVSSv3.

Common Vulnerability Scoring System version 3. For details, see https://www.first.org/cvss/specification-document

Inheritance

object > CVSSv3

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

CVSSv3()

public CVSSv3()

CVSSv3(CVSSv3)

public CVSSv3(CVSSv3 other)
Parameter
NameDescription
otherCVSSv3

Properties

AttackComplexity

public CVSSv3.Types.AttackComplexity AttackComplexity { get; set; }
Property Value
TypeDescription
CVSSv3TypesAttackComplexity

AttackVector

public CVSSv3.Types.AttackVector AttackVector { get; set; }

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

Property Value
TypeDescription
CVSSv3TypesAttackVector

AvailabilityImpact

public CVSSv3.Types.Impact AvailabilityImpact { get; set; }
Property Value
TypeDescription
CVSSv3TypesImpact

BaseScore

public float BaseScore { get; set; }

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

Property Value
TypeDescription
float

ConfidentialityImpact

public CVSSv3.Types.Impact ConfidentialityImpact { get; set; }
Property Value
TypeDescription
CVSSv3TypesImpact

ExploitabilityScore

public float ExploitabilityScore { get; set; }
Property Value
TypeDescription
float

ImpactScore

public float ImpactScore { get; set; }
Property Value
TypeDescription
float

IntegrityImpact

public CVSSv3.Types.Impact IntegrityImpact { get; set; }
Property Value
TypeDescription
CVSSv3TypesImpact

PrivilegesRequired

public CVSSv3.Types.PrivilegesRequired PrivilegesRequired { get; set; }
Property Value
TypeDescription
CVSSv3TypesPrivilegesRequired

Scope

public CVSSv3.Types.Scope Scope { get; set; }
Property Value
TypeDescription
CVSSv3TypesScope

UserInteraction

public CVSSv3.Types.UserInteraction UserInteraction { get; set; }
Property Value
TypeDescription
CVSSv3TypesUserInteraction