Skip to content

Commit

Permalink
Updated from develop branch for CVE_Record_Format_bundled.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-vsarvepalli committed Oct 7, 2024
1 parent 9e5c220 commit 1c08e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/support/schema2markmap/schema-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ 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)
throw err;
else
console.log('CVE_Record_Format.json created');
console.log('CVE_Record_Format_bundled.json created');
}
);

Expand Down

0 comments on commit 1c08e97

Please sign in to comment.