Enum: CvssV3Version
CVSS version 3.x identifier. CVSS 3.0 and 3.1 share an identical metric model; the 3.1 spec was a clarification, not a structural change. The consolidated CvssV3 class accepts either via this enum.
URI: cve:CvssV3Version
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| 3.0 | None | CVSS version 3 |
| 3.1 | None | CVSS version 3 |
Slots
| Name | Description |
|---|---|
| cvss3_version | CVSS version identifier ('3 |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cve
LinkML Source
name: CvssV3Version
description: CVSS version 3.x identifier. CVSS 3.0 and 3.1 share an identical metric
model; the 3.1 spec was a clarification, not a structural change. The consolidated
CvssV3 class accepts either via this enum.
in_subset:
- cvss_metrics
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
'3.0':
text: '3.0'
description: CVSS version 3.0 (2015-2019)
'3.1':
text: '3.1'
description: CVSS version 3.1 (2019-present)