Skip to content

Commit 575f0d4

Browse files
authored
Document CVD ID format in CVE_Record_Format.json
1 parent a29f28e commit 575f0d4

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)