Skip to content

Commit

Permalink
Merge pull request #374 from todb-cisa/patch-1
Browse files Browse the repository at this point in the history
Document CVD ID format in CVE_Record_Format.json
  • Loading branch information
ccoffin authored Dec 27, 2024
2 parents 2be85b4 + 569f1e0 commit b01c196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/CVE_Record_Format.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
"cveId": {
"type": "string",
"description":"The official CVE identifier contains the string 'CVE', followed by the year, followed by a 4 to 19 digit number. Note that the year-part of the identifier should indicate either the year the vulnerability was discovered, or the year the CVE ID is published in. CVE IDs must be unique.",
"pattern": "^CVE-[0-9]{4}-[0-9]{4,19}$"
},
"cpe22and23": {
Expand Down

0 comments on commit b01c196

Please sign in to comment.