Skip to content

Commit b01c196

Browse files
authored
Merge pull request #374 from todb-cisa/patch-1
Document CVD ID format in CVE_Record_Format.json
2 parents 2be85b4 + 569f1e0 commit b01c196

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schema/CVE_Record_Format.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
},
5252
"cveId": {
5353
"type": "string",
54+
"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.",
5455
"pattern": "^CVE-[0-9]{4}-[0-9]{4,19}$"
5556
},
5657
"cpe22and23": {

0 commit comments

Comments
 (0)