Go to file
2020-01-24 21:29:24 +02: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 Support Amazon Linux AMI Security Advisory (#9) 2019-10-12 20:02:24 -07: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
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 Add photon advisory (#24) 2019-12-25 15:36:25 +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 test(fs): use other fs 2019-11-07 08:38:27 -08:00
.gitignore Update .gitignore (#17) 2019-10-31 22:21:42 +02:00
.travis.yml Change ci order (#25) 2019-12-25 16:13:05 +02:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod Add SUSE oses support (#23) 2019-12-15 21:28:23 +02:00
go.sum Add SUSE oses support (#23) 2019-12-15 21:28:23 +02:00
LICENSE Initial commit 2019-04-30 10:15:06 +09:00
main.go Add photon advisory (#24) 2019-12-25 15:36:25 +02: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)