Skip to content

Commit 6a0c4af

Browse files
committed
Merge branch 'develop' of github.com:ccoffin/cve-schema into develop
2 parents 3d08369 + c7c6222 commit 6a0c4af

7 files changed

Lines changed: 12 additions & 12 deletions

schema/CVE_Record_Format.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"description": "The version of the CVE schema used for validating this record. Used to support multiple versions of this format.",
394394
"type": "string",
395395
"pattern": "^5\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))?$",
396-
"default": "5.1.1"
396+
"default": "5.2.0"
397397
},
398398
"cveMetadataPublished": {
399399
"description": "This is meta data about the CVE ID such as the CVE ID, who requested it, who assigned it, when it was requested, the current state (PUBLISHED, REJECTED, etc.) and so on. These fields are controlled by the CVE Services.",

schema/docs/CVE_Record_Format_bundled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"description": "The version of the CVE schema used for validating this record. Used to support multiple versions of this format.",
481481
"type": "string",
482482
"pattern": "^5\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))?$",
483-
"default": "5.1.1"
483+
"default": "5.2.0"
484484
},
485485
"cveMetadataPublished": {
486486
"description": "This is meta data about the CVE ID such as the CVE ID, who requested it, who assigned it, when it was requested, the current state (PUBLISHED, REJECTED, etc.) and so on. These fields are controlled by the CVE Services.",
@@ -3542,4 +3542,4 @@
35423542
"additionalProperties": false
35433543
}
35443544
]
3545-
}
3545+
}

schema/docs/CVE_Record_Format_bundled_adpContainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"description": "The version of the CVE schema used for validating this record. Used to support multiple versions of this format.",
481481
"type": "string",
482482
"pattern": "^5\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))?$",
483-
"default": "5.1.1"
483+
"default": "5.2.0"
484484
},
485485
"cveMetadataPublished": {
486486
"description": "This is meta data about the CVE ID such as the CVE ID, who requested it, who assigned it, when it was requested, the current state (PUBLISHED, REJECTED, etc.) and so on. These fields are controlled by the CVE Services.",
@@ -3467,4 +3467,4 @@
34673467
}
34683468
},
34693469
"additionalProperties": false
3470-
}
3470+
}

schema/docs/CVE_Record_Format_bundled_cnaPublishedContainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"description": "The version of the CVE schema used for validating this record. Used to support multiple versions of this format.",
481481
"type": "string",
482482
"pattern": "^5\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))?$",
483-
"default": "5.1.1"
483+
"default": "5.2.0"
484484
},
485485
"cveMetadataPublished": {
486486
"description": "This is meta data about the CVE ID such as the CVE ID, who requested it, who assigned it, when it was requested, the current state (PUBLISHED, REJECTED, etc.) and so on. These fields are controlled by the CVE Services.",
@@ -3467,4 +3467,4 @@
34673467
}
34683468
},
34693469
"additionalProperties": false
3470-
}
3470+
}

schema/docs/CVE_Record_Format_bundled_cnaRejectedContainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"description": "The version of the CVE schema used for validating this record. Used to support multiple versions of this format.",
481481
"type": "string",
482482
"pattern": "^5\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))?$",
483-
"default": "5.1.1"
483+
"default": "5.2.0"
484484
},
485485
"cveMetadataPublished": {
486486
"description": "This is meta data about the CVE ID such as the CVE ID, who requested it, who assigned it, when it was requested, the current state (PUBLISHED, REJECTED, etc.) and so on. These fields are controlled by the CVE Services.",
@@ -3467,4 +3467,4 @@
34673467
}
34683468
},
34693469
"additionalProperties": false
3470-
}
3470+
}

schema/docs/full-record-advanced-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dataType": "CVE_RECORD",
3-
"dataVersion": "5.1",
3+
"dataVersion": "5.2",
44
"cveMetadata": {
55
"cveId": "CVE-1900-1234",
66
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",

schema/docs/full-record-basic-example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dataType": "CVE_RECORD",
3-
"dataVersion": "5.1",
3+
"dataVersion": "5.2",
44
"cveMetadata": {
55
"cveId": "CVE-1900-1234",
66
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
@@ -49,4 +49,4 @@
4949
]
5050
}
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)