We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e237a85 + 7843349 commit 04f9d99Copy full SHA for 04f9d99
1 file changed
schema/v5.0/CVE_JSON_5.0.schema
@@ -385,6 +385,23 @@
385
"$ref": "#/definitions/cveId"
386
}
387
},
388
+ "serial": {
389
+ "type": "integer",
390
+ "minimum": 1,
391
+ "description": "starts at 1, add 1 every time an entry is updated or changed"
392
+ },
393
+ "updated": {
394
+ "description": "the date/time the record was last updated",
395
+ "$ref": "#/definitions/timestamp"
396
397
+ "datePublished": {
398
+ "$ref": "#/definitions/timestamp",
399
+ "description": "The date/time the CVE record was first published in the CVE List."
400
401
+ "dateRejected": {
402
403
+ "description": "The date/time the CVE ID was rejected."
404
405
"state": {
406
"type": "string",
407
0 commit comments