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
Namespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
CVSSv3()
public CVSSv3()
CVSSv3(CVSSv3)
public CVSSv3(CVSSv3 other)
Properties
AttackComplexity
public CVSSv3.Types.AttackComplexity AttackComplexity { get; set; }
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.
AvailabilityImpact
public CVSSv3.Types.Impact AvailabilityImpact { get; set; }
BaseScore
public float BaseScore { get; set; }
The base score is a function of the base metric scores.
ConfidentialityImpact
public CVSSv3.Types.Impact ConfidentialityImpact { get; set; }
ExploitabilityScore
public float ExploitabilityScore { get; set; }
ImpactScore
public float ImpactScore { get; set; }
IntegrityImpact
public CVSSv3.Types.Impact IntegrityImpact { get; set; }
PrivilegesRequired
public CVSSv3.Types.PrivilegesRequired PrivilegesRequired { get; set; }
Scope
public CVSSv3.Types.Scope Scope { get; set; }
UserInteraction
public CVSSv3.Types.UserInteraction UserInteraction { get; set; }