CVEProject/cve-services

CVE Records have 5.1 but schema says 5.1.0

ElectricNroff opened this issue · 0 comments

const baseRecord = {
dataType: 'CVE_RECORD',
dataVersion: '5.1',

const defaults = {
SCHEMA_VERSION: '5.1',

versus

"dataVersion": {
"description": "The version of the CVE schema used for validating this record. Used to support multiple versions of this format.",
"type": "string",
"pattern": "^5\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))?$",
"default": "5.1.0"
},