This tool produces a single OpenVEX document (node.openvex.json) covering:
- Node.js Core vulnerabilities (
vuln/core/index.json). - Bundled npm-related vulnerabilities (
vuln/npm/index.json). - Dependency that we believe do not affect Node.js (
vuln/deps/index.json) - these are emitted withstatus: not_affected.
Run:
go run .
Generates node.openvex.json.
- Edit the appropriate index file under
vuln/. - Run
go run .to regenerate.
Note: Entries without a CVE ID are skipped and will not appear in the generated VEX document.
node.openvex.json is generated; modify source indices instead.