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 multiple versions of
CVSS. The intention is that as new versions of CVSS scores get added, we
will be able to modify this message rather than adding new protos for each
new version of the score.
[[["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 part of the `Grafeas.V1` namespace and is designed to store multiple versions of the Common Vulnerability Scoring System."],["The `CVSS` class implements several interfaces, including `IMessage\u003cCVSS\u003e`, `IEquatable\u003cCVSS\u003e`, `IDeepCloneable\u003cCVSS\u003e`, `IBufferMessage`, and `IMessage`, and inherits from `Object`."],["The `CVSS` class provides properties like `AttackComplexity`, `AttackVector`, `Authentication`, `BaseScore`, `ExploitabilityScore`, `ImpactScore`, `Scope` and more, to represent different metrics of a vulnerability."],["The webpage also lists older versions of this `CVSS` class, ranging from version 2.2.0 all the way up to the latest version 3.7.0, which can be accessed via their corresponding links."],["The base metrics of `CVSS` are intended to represent the core, unchanging characteristics of a vulnerability across varying circumstances."]]],[]]