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 document provides reference documentation and code samples for the Grafeas v1 API class CVSS, which relates to the Common Vulnerability Scoring System."],["The CVSS class is used to store various versions of the Common Vulnerability Scoring System and is implemented as a sealed class that inherits from the object class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page also shows all available version of the Grafeas.V1/CVSS, ranging from the latest 3.7.0 version all the way down to the 2.2.0 version."],["Key properties of the CVSS class include `AttackComplexity`, `AttackVector`, `Authentication`, `AvailabilityImpact`, `BaseScore`, and `ConfidentialityImpact`, among others, which are used to determine the risk of vulnerabilities."],["The document includes detailed descriptions and type information for each property, as well as information about the constructors, implemented interfaces, and inherited members of the CVSS class."]]],[]]