Go to file
2020-10-14 11:10:10 +03:00
.github/workflows update CI with latest versions of go and golangci-lint (#50) 2020-10-14 11:10:10 +03:00
alpine fix(alpine): replace go-version with go-apk-version (#34) 2020-06-29 20:55:16 +03:00
amazon update CI with latest versions of go and golangci-lint (#50) 2020-10-14 11:10:10 +03:00
cvrf/suse Add SUSE oses support (#23) 2019-12-15 21:28:23 +02:00
cwe cwe: Add initial logic to download and save CWE files (#40) 2020-08-04 14:01:18 -07: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 fix(git): fetch all branches (#32) 2020-04-06 12:57:24 +03:00
nvd nvd: bump to use 1.1 schema for baseMetricsV3 2020-05-06 09:45:29 -07: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 Updated logic to parse patches in ubuntu CVE file (#44) 2020-08-17 14:51:04 +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
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod update CI with latest versions of go and golangci-lint (#50) 2020-10-14 11:10:10 +03:00
go.sum fix(alpine): replace go-version with go-apk-version (#34) 2020-06-29 20:55:16 +03:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go cwe: Add a commit message to updates (#43) 2020-08-06 10:22:55 +03: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)