hhurley
Version:
Tool to find lost security patches for Linux distributions.
41 lines (26 loc) • 1.18 kB
Markdown
# hhurley
[](https://travis-ci.org/IBMResearch/hhurley)
[](https://nodesecurity.io/orgs/ibmresearch/projects/76270830-3ac4-4c8b-83e6-2f00e3a18537)
Tool to find lost security patches for Linux distributions.. For now it support Debian and look for patches in "github.com" and "kernel.org".
## Install
```sh
npm i --g hhurley
```
## Use
```
Usage: hhurley [options]
Options:
-h, --help output usage information
-V, --version output the version number
-pp, --pathPatches path for the downloaded patches (default: /Users/baguira/Src/hhurley)
-pr, --pathReport path for the final report (default: /Users/baguira/Src/hhurley/report.json)
-c, --concurrency number of max. simultaneous file downloads (default: 100)
```
In example:
```sh
hhurley
# With options
hhurley --pathPatches ../patches --timeout 5000 --concurrency 50
```
## Developer guide
Please check [this link](https://github.com/IBMResearch/backend-development-guide) before a contribution.