Go to file
Liz Rice 9ad10fa73b
Merge pull request #31 from aquasecurity/license
Change license to Apache 2.0
2020-03-13 09:50:12 +00:00
.github/workflows Add -v option 2019-10-11 22:11:45 +03:00
alpine fix some lint issues 2019-10-12 09:54:08 +03:00
amazon fix(amazon): handle removed ALAS (#28) 2020-01-29 22:05:10 +02:00
cvrf/suse Add SUSE oses support (#23) 2019-12-15 21:28:23 +02:00
debian fix(debian): remove rejected vulnerabilities (#15) 2019-10-16 10:53:47 +03:00
ghsa Add GitHub Security Advisory Database (#29) 2020-02-28 08:15:34 +02:00
git Use shallow clone (#26) 2020-01-24 21:29:24 +02:00
nvd Transfer repositoriy 2019-08-18 22:47:18 -10:00
oval Support Oracle Linux Security Advisory (#18) 2019-11-13 16:38:30 +02:00
photon Ignore dev version (#27) 2020-01-25 09:10:37 +02:00
redhat Support the case when Red Hat returns the different type (#8) 2019-09-28 02:35:47 +03:00
ubuntu fix some lint issues 2019-10-12 09:54:08 +03:00
utils Add GitHub Security Advisory Database (#29) 2020-02-28 08:15:34 +02:00
.gitignore Update .gitignore (#17) 2019-10-31 22:21:42 +02:00
.travis.yml Add GitHub Security Advisory Database (#29) 2020-02-28 08:15:34 +02:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod Add GitHub Security Advisory Database (#29) 2020-02-28 08:15:34 +02:00
go.sum Add GitHub Security Advisory Database (#29) 2020-02-28 08:15:34 +02:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go Add GitHub Security Advisory Database (#29) 2020-02-28 08:15:34 +02:00
NOTICE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
push.sh Transfer repositoriy 2019-08-18 22:47:18 -10:00
README.md remove contributing section 2019-10-15 09:05:34 +03: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

Author

Teppei Fukuda (knqyf263)