Skip to content

Commit 4442ce0

Browse files
author
Jonathan Evans
authored
add dateReserved to all state schemas
1 parent 36407d2 commit 4442ce0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

schema/v5.0/CVE_JSON_5.0.schema

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@
365365
"datePublic": {
366366
"$ref": "#/definitions/datestamp",
367367
"description": "Anticipated date for public release (YYYY-MM-DD)."
368+
},
369+
"dateReserved": {
370+
"$ref": "#/definitions/timestamp",
371+
"description": "The date/time this CVE ID was reserved in the CVE automation workgroup services system. Disclaimer: This date reflects when the CVE ID was reserved, and does not necessarily indicate when this vulnerability was discovered, shared with the affected vendor, publicly disclosed, or updated in CVE."
368372
}
369373
},
370374
"additionalProperties": false
@@ -404,6 +408,10 @@
404408

405409
"description": "State of CVE - PUBLISHED, RESERVED, REJECTED",
406410
"enum": ["REJECTED"]
411+
},
412+
"dateReserved": {
413+
"$ref": "#/definitions/timestamp",
414+
"description": "The date/time this CVE ID was reserved in the CVE automation workgroup services system. Disclaimer: This date reflects when the CVE ID was reserved, and does not necessarily indicate when this vulnerability was discovered, shared with the affected vendor, publicly disclosed, or updated in CVE."
407415
}
408416
},
409417
"additionalProperties": false

0 commit comments

Comments
 (0)