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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document provides reference documentation and code samples for the Grafeas v1 API class `CVSS`, which stands for Common Vulnerability Scoring System."],["The `CVSS` class is designed to store various versions of CVSS data, avoiding the need for separate protocol buffers for each specific version."],["`CVSS` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CVSS` class includes properties that represent different aspects of vulnerability scoring, such as `AttackComplexity`, `AttackVector`, `BaseScore`, `ImpactScore`, and others."],["There are multiple versions of `CVSS` listed, ranging from version 2.2.0 to 3.7.0, with 3.7.0 being the latest version available."]]],[]]