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."],[[["This webpage provides reference documentation and code samples for the Grafeas v1 API class CVSS, which implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["CVSS is the Common Vulnerability Scoring System, used for storing various versions of vulnerability scores, with detailed specifications available at the provided URL."],["The class CVSS contains multiple properties such as AttackComplexity, AttackVector, Authentication, AvailabilityImpact, BaseScore, and others, which collectively represent the metrics used to assess vulnerability."],["The page shows that there are multiple versions of the documentation available, with version 3.7.0 being the latest, and includes versions as far back as 2.2.0."],["The CVSS class includes constructors to create instances, including one that allows cloning from another CVSS object, and it inherits base members such as GetHashCode, GetType, and ToString from the base object class."]]],[]]