public sealed class CVSS : IMessage<CVSS>, IEquatable<CVSS>, IDeepCloneable<CVSS>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The document provides reference information for the Grafeas v1 API class CVSS, which is used to implement the Common Vulnerability Scoring System (CVSS)."],["This CVSS class is designed to store various versions of CVSS data within a single message format, simplifying management and access."],["The CVSS class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the .NET object class."],["Key properties of the CVSS class include metrics like AttackComplexity, AttackVector, Authentication, AvailabilityImpact, BaseScore, and others, used to assess and score vulnerability characteristics."],["The documentation covers different versions of Grafeas.V1 API from 2.2.0 up to 3.7.0 (latest), providing access to all the different versions of the CVSS document."]]],[]]