Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading