Go to file
2022-11-15 13:21:25 +02:00
.github chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.1 () 2022-11-15 13:18:10 +02:00
alma feat(alma): add AlmaLinux 9 () 2022-08-02 09:56:24 +03:00
alpine feat(alpine): add support alpine edge () 2022-04-12 12:11:41 +03:00
alpine-unfixed feat(alpine-unfixed): add cpe () 2021-09-16 22:18:29 +03:00
amazon test(amazon): fix 'bad gzip data response' test () 2022-07-04 11:14:59 +03:00
arch feat(ghsa): store CVSS score/vector for Github Security Advisory () 2022-01-16 18:44:06 +02:00
cwe cwe: Add initial logic to download and save CWE files () 2020-08-04 14:01:18 -07:00
debian/tracker chore: bump up Go to 1.18 () 2022-04-06 10:43:57 +03:00
ghsa feat: add Rust ecosystem from GitHub Advisory Database () 2022-08-25 09:49:16 +03:00
git feat(ghsa): store CVSS score/vector for Github Security Advisory () 2022-01-16 18:44:06 +02:00
glad chore(glad): remove duplicate nuget in supportedTypes () 2022-08-04 10:17:25 +03:00
go-vulndb feat(go): add Go Vulnerability Database () 2021-12-20 17:25:43 +02:00
kevc feat(kevc): add known exploited vulnerability catalog () 2022-05-26 07:08:21 +03:00
mariner feat(cbl-mariner) support CBL Mariner Vulnerability Data () 2022-01-29 15:33:40 +02:00
nvd feat(kevc): add known exploited vulnerability catalog () 2022-05-26 07:08:21 +03:00
oracle/oval Refactored based on operating system () 2021-04-23 11:21:27 +03:00
osv feat(go): add Go Vulnerability Database () 2021-12-20 17:25:43 +02:00
photon fix(photon): skip empty CVE-IDs () 2021-03-10 12:40:38 +02:00
redhat feat(kevc): add known exploited vulnerability catalog () 2022-05-26 07:08:21 +03:00
rocky fix(rocky): added 2 urls parse () 2022-06-20 13:36:58 +03:00
suse/cvrf Refactored based on operating system () 2021-04-23 11:21:27 +03:00
ubuntu feat(kevc): add known exploited vulnerability catalog () 2022-05-26 07:08:21 +03:00
utils feat(kevc): add known exploited vulnerability catalog () 2022-05-26 07:08:21 +03:00
.gitignore feat(debian): replace JSON API with salsa repo () 2021-09-15 22:49:22 +03:00
.golangci.yml chore(lint): add setting file () 2022-04-06 11:25:07 +03:00
CONTRIBUTING.md add contribution guidelines () 2019-10-31 22:22:18 +02:00
go.mod chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 () 2022-11-15 13:21:25 +02:00
go.sum chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 () 2022-11-15 13:21:25 +02:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go feat(amazon): add amazon linux 2022 () 2022-07-04 10:35:10 +03:00
NOTICE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
push.sh fix: migrate from master to main () 2020-12-17 17:05:35 +02:00
README.md feat(kevc): add known exploited vulnerability catalog () 2022-05-26 07:08:21 +03:00

vuln-list-update

Go Report Card License Update vuln-list repo

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, alpine-unfixed, redhat, redhat-oval, debian, debian-oval, ubuntu, amazon, oracle-oval, suse-cvrf, photon, arch-linux, ghsa, glad, cwe, osv, go-vulndb, mariner, kevc)
  -years string
        update years (only redhat)

Author

Teppei Fukuda (knqyf263)