Skip to content

Commit

Permalink
Spelling error fix in Decision Point Value Selection cvvs to cvss (#664)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sei-vsarvepalli authored Jan 16, 2025
1 parent 311a170 commit 8f0123d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"type": "string",
"description": "Identifier for a vulnerability could be CVE, CERT/CC VU#, OSV id, Bugtraq, GHSA etc.",
"examples": ["CVE-2024-101010","VU#11111","GHSA-11a1-22b2-33c3"]
"examples": ["CVE-1900-1234","VU#11111","GHSA-11a1-22b2-33c3"]
},
"role": {
"type": "string",
Expand Down Expand Up @@ -35,7 +35,7 @@
"description": "SSVC Namespace that were used for defining the evaluated Decision Points",
"title": "namespace",
"type": "string",
"examples": ["ssvc","cvvsv4"]
"examples": ["ssvc","cvssv4"]
},
"values": {
"description": "Evaluated values of the Decision Point",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "CVE-1969-0000",
"id": "CVE-1900-1234",
"timestamp": "2021-09-29T15:29:44Z",
"schemaVersion": "1-0-1",
"selections": [
Expand Down

0 comments on commit 8f0123d

Please sign in to comment.