Go to file
2019-08-02 17:02:39 -10:00
alpine temp 2019-08-02 17:02:39 -10:00
debian initial 2019-05-07 12:50:32 +09:00
git initial 2019-05-07 12:50:32 +09:00
nvd initial 2019-05-07 12:50:32 +09:00
oval/debian initial 2019-05-07 12:50:32 +09:00
redhat initial 2019-05-07 12:50:32 +09:00
ubuntu initial 2019-05-07 12:50:32 +09:00
utils initial 2019-05-07 12:50:32 +09:00
.gitignore initial 2019-05-07 12:50:32 +09:00
.travis.yml temp 2019-08-02 17:02:39 -10:00
go.mod initial 2019-05-07 12:50:32 +09:00
go.sum Update Travis CI setting 2019-05-19 22:59:16 +09:00
LICENSE Initial commit 2019-04-30 10:15:06 +09:00
main.go initial 2019-05-07 12:50:32 +09:00
push.sh initial 2019-05-07 12:50:32 +09:00
README.md Update README 2019-05-07 12:50:35 +09:00

vuln-list-update

Build Status Go Report Card MIT License

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

  1. fork a repository: github.com/knqyf263/vuln-list-update to github.com/you/repo
  2. get original code: go get github.com/knqyf263/vuln-list-update
  3. work on original code
  4. add remote to your repo: git remote add myfork https://github.com/you/repo.git
  5. push your changes: git push myfork
  6. create a new Pull Request

Author

Teppei Fukuda (knqyf263)