Go to file
2021-01-17 17:06:09 +02:00
.github/workflows chore(actions): run steps always (#70) 2021-01-17 06:32:27 +02:00
alpine feat(alpine): migrate to a new secdb (#68) 2021-01-11 17:08:29 +02:00
amazon update CI with latest versions of go and golangci-lint (#50) 2020-10-14 11:10:10 +03:00
cvrf/suse refactor: replace a method to a function (#67) 2021-01-04 14:44:37 +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 refactor: replace a method to a function (#67) 2021-01-04 14:44:37 +02:00
git feat: clean repository at the end (#69) 2021-01-17 06:31:52 +02:00
nvd nvd: bump to use 1.1 schema for baseMetricsV3 2020-05-06 09:45:29 -07:00
oval feat(redhat): add all OVAL files (#71) 2021-01-17 17:06:09 +02:00
photon refactor: replace a method to a function (#67) 2021-01-04 14:44:37 +02:00
redhat Support the case when Red Hat returns the different type (#8) 2019-09-28 02:35:47 +03:00
ubuntu feat: clean repository at the end (#69) 2021-01-17 06:31:52 +02:00
utils refactor: replace a method to a function (#67) 2021-01-04 14:44:37 +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 feat(alpine): migrate to a new secdb (#68) 2021-01-11 17:08:29 +02:00
go.sum feat(alpine): migrate to a new secdb (#68) 2021-01-11 17:08:29 +02:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go feat: clean repository at the end (#69) 2021-01-17 06:31:52 +02:00
NOTICE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
push.sh fix: migrate from master to main (#63) 2020-12-17 17:05:35 +02:00
README.md chore: update Apache icon in Readme (#64) 2021-01-17 10:19:57 +02:00

vuln-list-update

Go Report Card 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)