Go to file
2019-09-28 02:35:47 +03:00
alpine Transfer repositoriy 2019-08-18 22:47:18 -10:00
debian Transfer repositoriy 2019-08-18 22:47:18 -10:00
git Transfer repositoriy 2019-08-18 22:47:18 -10:00
nvd Transfer repositoriy 2019-08-18 22:47:18 -10:00
oval/debian Transfer repositoriy 2019-08-18 22:47:18 -10:00
redhat Support the case when Red Hat returns the different type (#8) 2019-09-28 02:35:47 +03:00
ubuntu Transfer repositoriy 2019-08-18 22:47:18 -10:00
utils initial 2019-05-07 12:50:32 +09:00
.gitignore initial 2019-05-07 12:50:32 +09:00
.travis.yml Use Go 1.13 (#7) 2019-09-28 00:01:37 +03:00
go.mod Support the case when Red Hat returns the different type (#8) 2019-09-28 02:35:47 +03:00
go.sum Support the case when Red Hat returns the different type (#8) 2019-09-28 02:35:47 +03:00
LICENSE Initial commit 2019-04-30 10:15:06 +09:00
main.go Transfer repositoriy 2019-08-18 22:47:18 -10:00
push.sh Transfer repositoriy 2019-08-18 22:47:18 -10:00
README.md Transfer repositoriy 2019-08-18 22:47:18 -10: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/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

  1. fork a repository: github.com/aquasecurity/vuln-list-update to github.com/you/repo
  2. get original code: go get github.com/aquasecurity/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)