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.
- Host: GitHub
- URL: https://github.com/hollywood/vulnerability-report
- Owner: Hollywood
- License: mit
- Created: 2020-08-26T17:19:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T17:40:04.000Z (over 5 years ago)
- Last Synced: 2025-04-02T04:50:58.954Z (9 months ago)
- Topics: graphql, json, nodejs, security-vulnerabilities, vulnerability-report, vulnerability-reports
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-vulnerabilities.json
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