An open API service indexing awesome lists of open source software.

https://github.com/hollywood/vulnerability-report

A Node app to save the contents of GitHub's Vulnerability Database to a JSON file.
https://github.com/hollywood/vulnerability-report

graphql json nodejs security-vulnerabilities vulnerability-report vulnerability-reports

Last synced: 9 months ago
JSON representation

A Node app to save the contents of GitHub's Vulnerability Database to a JSON file.

Awesome Lists containing this project

README

          

# GitHub Vulnerability Database Export [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> 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

```sh
$ npm install --save vulnerability_report
```

## Usage

```js
const vulnerabilityReport = require('vulnerability_report');

vulnerabilityReport('Rainbow');
```
## License

MIT © [Jon Cardona](https://github.com/hollywood)

[npm-image]: https://badge.fury.io/js/vulnerability_report.svg
[npm-url]: https://npmjs.org/package/vulnerability_report
[travis-image]: https://travis-ci.com/Hollywood/vulnerability_report.svg?branch=master
[travis-url]: https://travis-ci.com/Hollywood/vulnerability_report
[daviddm-image]: https://david-dm.org/Hollywood/vulnerability_report.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Hollywood/vulnerability_report