Skip to content

Commit 569f1e0

Browse files
authored
trailing comma oops
1 parent 575f0d4 commit 569f1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/CVE_Record_Format.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +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."
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.",
5555
"pattern": "^CVE-[0-9]{4}-[0-9]{4,19}$"
5656
},
5757
"cpe22and23": {

0 commit comments

Comments
 (0)