A node utility to export the contents of GitHub's Vulnerability Database to a JSON file.
- Make sure you create a
.env
file or rename the example in the repository to.env
and then enter a PAT into the file.
$ npm install --save vulnerability_report
const vulnerabilityReport = require('vulnerability_report');
vulnerabilityReport('Rainbow');
MIT © Jon Cardona