Skip to content

Commit 8f0123d

Browse files
Spelling error fix in Decision Point Value Selection cvvs to cvss (#664)
* Spelling error fix in Decision Point Value Selection cvvs to cvss * Moved CVE-1969 to recommend CVE-1900 example see https://github.com/CVEProject/cve-schema/releases * Also fixed for Issue #665
1 parent 311a170 commit 8f0123d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"type": "string",
77
"description": "Identifier for a vulnerability could be CVE, CERT/CC VU#, OSV id, Bugtraq, GHSA etc.",
8-
"examples": ["CVE-2024-101010","VU#11111","GHSA-11a1-22b2-33c3"]
8+
"examples": ["CVE-1900-1234","VU#11111","GHSA-11a1-22b2-33c3"]
99
},
1010
"role": {
1111
"type": "string",
@@ -35,7 +35,7 @@
3535
"description": "SSVC Namespace that were used for defining the evaluated Decision Points",
3636
"title": "namespace",
3737
"type": "string",
38-
"examples": ["ssvc","cvvsv4"]
38+
"examples": ["ssvc","cvssv4"]
3939
},
4040
"values": {
4141
"description": "Evaluated values of the Decision Point",

data/schema_examples/CVE-1969-0000-Decision_Point_Value_Selection.json renamed to data/schema_examples/CVE-1900-1234-Decision_Point_Value_Selection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "CVE-1969-0000",
2+
"id": "CVE-1900-1234",
33
"timestamp": "2021-09-29T15:29:44Z",
44
"schemaVersion": "1-0-1",
55
"selections": [

0 commit comments

Comments
 (0)