public sealed class CVSS : IMessage<CVSS>, IEquatable<CVSS>, IDeepCloneable<CVSS>, IBufferMessage, IMessage
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 details the `CVSS` class, which is designed to store various versions of the Common Vulnerability Scoring System (CVSS), as defined by FIRST.org."],["The `CVSS` class in Grafeas.V1 is a message type that inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this resource is `3.7.0`, while this document specifically references version `3.0.0`."],["Key properties of the `CVSS` class include `AttackComplexity`, `AttackVector`, `Authentication`, `AvailabilityImpact`, `BaseScore`, and several others that are integral to defining the characteristics and impact of a vulnerability."],["This resource is within the `Grafeas.V1` namespace, and the `Grafeas.V1.dll` assembly, and includes public constructors for creating instances of `CVSS`."]]],[]]