Skip to content

Commit

Permalink
Fix the earlier CVE_Record_Format to CVE_Record_Form_bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-vsarvepalli committed Oct 24, 2024
1 parent 0098985 commit bfe4897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/support/schema2markmap/schema-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function schemaBundle() {
delete metricProperties.cvssV2_0.license;
delete metricProperties.ssvcV1_0_1.$id;

fs.writeFile(`${dirName}/CVE_Record_Format.json`,
fs.writeFile(`${dirName}/CVE_Record_Format_bundled.json`,
JSON.stringify(cveSchemaBundle, null, 2),
err => {
if(err)
Expand Down

0 comments on commit bfe4897

Please sign in to comment.