Go to file
Simarpreet Singh 5c569c3d79 redhat_test: Added ErrInvalidRHSAFormat for format failures
Signed-off-by: Simarpreet Singh <simar@linux.com>
2019-11-07 08:38:27 -08: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
debian fix(debian): remove rejected vulnerabilities (#15) 2019-10-16 10:53:47 +03:00
git alpine: Add dependency injection seams for testing Update() 2019-10-07 17:28:23 -07:00
nvd Transfer repositoriy 2019-08-18 22:47:18 -10:00
oval redhat_test: Added ErrInvalidRHSAFormat for format failures 2019-11-07 08:38:27 -08: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 chore(amazon): fetch ALAS by cron (#14) 2019-10-13 20:43:39 -07:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod feat(rhel_oval): support RHEL OVAL 2019-11-07 08:38:27 -08:00
go.sum feat(rhel_oval): support RHEL OVAL 2019-11-07 08:38:27 -08:00
LICENSE Initial commit 2019-04-30 10:15:06 +09:00
main.go feat(rhel_oval): support RHEL OVAL 2019-11-07 08:38:27 -08: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)