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

Update CVE_JSON_bundled.json #296

Closed
wants to merge 1 commit into from

Conversation

ccoffin
Copy link
Collaborator

@ccoffin ccoffin commented Apr 5, 2024

Fix for validation rounding issue in CVSS v4 baseSeverity. Replaced mulipleOf with enum lists of the correct score values. See CVEProject/cve-services#1204 for more details. This matches the schema used by CVE Services as of April 2024.

Fix for validation rounding issue in CVSS v4 baseSeverity. Replaced mulipleOf with enum lists of the correct score values. See CVEProject/cve-services#1204 for more details. This matches the schema used by CVE Services as of April 2024.
@ElectricNroff
Copy link

05c5fb8 changes CVE_JSON_bundled.json, but CVE_JSON_bundled.json isn't a source file (input file); it's an output file generated by

node "${CVE_SCHEMA_DIR}/support/schema2markmap/schema-bundle.js" "${CVE_SCHEMA_DIR}/cve-schema.json" "${CVE_SCHEMA_DIR}/docs/"

fs.writeFile(`${dirName}/CVE_JSON_bundled.json`,
JSON.stringify(cveSchemaBundle, null, 2),
err => {
if(err)
throw err;
else
console.log('CVE_JSON_bundled.json created');

@ccoffin ccoffin closed this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants