hhurley
v1.0.0-beta.0
Published
Tool to find lost security patches for Linux distributions.
Maintainers
Readme
hhurley
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
npm i --g hhurleyUse
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:
hhurley
# With options
hhurley --pathPatches ../patches --timeout 5000 --concurrency 50Developer guide
Please check this link before a contribution.
