alpine | ||
debian | ||
git | ||
nvd | ||
oval/debian | ||
redhat | ||
ubuntu | ||
utils | ||
.gitignore | ||
.travis.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
push.sh | ||
README.md |
vuln-list-update
Collect vulnerability information and save it in parsable format automatically
Data
https://github.com/knqyf263/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/knqyf263/vuln-list-update
Contribute
- fork a repository: github.com/knqyf263/vuln-list-update to github.com/you/repo
- get original code:
go get github.com/knqyf263/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)