1.4 KiB
1.4 KiB
vuln-list-update
Collect vulnerability information and save it in parsable format automatically
Data
https://github.com/aquasecurity/vuln-list/
Usage
$ vuln-list-update -h
Usage of vuln-list-update:
-target string
update target (nvd, alpine, redhat, debian, ubuntu)
-years string
update years (only redhat)
Cron status
https://travis-ci.org/aquasecurity/vuln-list-update
Contribute
- 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
Author
Teppei Fukuda (knqyf263)