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."],[[["\u003cp\u003eThis document provides reference documentation and code samples for the Grafeas v1 API class CVSS, which relates to the Common Vulnerability Scoring System.\u003c/p\u003e\n"],["\u003cp\u003eThe CVSS class is used to store various versions of the Common Vulnerability Scoring System and is implemented as a sealed class inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eAttackComplexity\u003c/code\u003e, \u003ccode\u003eAttackVector\u003c/code\u003e, \u003ccode\u003eAuthentication\u003c/code\u003e, \u003ccode\u003eAvailabilityImpact\u003c/code\u003e, \u003ccode\u003eBaseScore\u003c/code\u003e, and others that relate to common vulnerability metrics, these properties are used to quantify the characteristics of vulnerabilities.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the CVSS are provided, with version 3.7.0 being the latest, and links to documentation for each version, ranging down to version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors provided, a default constructor, and a copy constructor, to aid in creating a new \u003ccode\u003eCVSS\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]