Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.06 KB

GitHub Vulnerability Database Export NPM version Build Status Dependency Status

A node utility to export the contents of GitHub's Vulnerability Database to a JSON file.

Pre-Requisites

  • Make sure you create a .env file or rename the example in the repository to .env and then enter a PAT into the file.

Installation

$ npm install --save vulnerability_report

Usage

const vulnerabilityReport = require('vulnerability_report');

vulnerabilityReport('Rainbow');

License

MIT © Jon Cardona