We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0098985 commit bfe4897Copy full SHA for bfe4897
schema/support/schema2markmap/schema-bundle.js
@@ -23,7 +23,7 @@ async function schemaBundle() {
23
delete metricProperties.cvssV2_0.license;
24
delete metricProperties.ssvcV1_0_1.$id;
25
26
- fs.writeFile(`${dirName}/CVE_Record_Format.json`,
+ fs.writeFile(`${dirName}/CVE_Record_Format_bundled.json`,
27
JSON.stringify(cveSchemaBundle, null, 2),
28
err => {
29
if(err)
0 commit comments