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