Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE Records have 5.1 but schema says 5.1.0 #1205

Open
ElectricNroff opened this issue Mar 15, 2024 · 0 comments
Open

CVE Records have 5.1 but schema says 5.1.0 #1205

ElectricNroff opened this issue Mar 15, 2024 · 0 comments

Comments

@ElectricNroff
Copy link
Contributor

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"
},

@rbrittonMitre rbrittonMitre reopened this Mar 22, 2024
@jdaigneau5 jdaigneau5 moved this to Low Priority in Issue Triage Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants