Collect vulnerability information and save it in parsable format automatically
https://github.com/aquasecurity/vuln-list/
$ vuln-list-update -h
Usage of vuln-list-update:
-target string
update target (nvd, alpine, redhat, debian, ubuntu)
-years string
update years (only redhat)
https://travis-ci.org/aquasecurity/vuln-list-update
- fork a repository: github.com/aquasecurity/vuln-list-update to github.com/you/repo
- get original code:
go get github.com/aquasecurity/vuln-list-update
- work on original code
- add remote to your repo: git remote add myfork https://github.com/you/repo.git
- push your changes: git push myfork
- create a new Pull Request
Teppei Fukuda (knqyf263)