vuln-list-update/README.md
2019-08-18 22:47:18 -10:00

1.4 KiB

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)