Go to file
2022-04-06 09:23:06 +03:00
.github chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (#137) 2022-04-06 09:23:06 +03:00
alma feat(alma): support AlmaLinux (#98) 2021-09-03 01:02:09 +03:00
alpine feat(alpine): migrate to a new secdb (#68) 2021-01-11 17:08:29 +02:00
alpine-unfixed feat(alpine-unfixed): add cpe (#106) 2021-09-16 22:18:29 +03:00
amazon update CI with latest versions of go and golangci-lint (#50) 2020-10-14 11:10:10 +03:00
arch feat(ghsa): store CVSS score/vector for Github Security Advisory (#128) 2022-01-16 18:44:06 +02:00
cwe cwe: Add initial logic to download and save CWE files (#40) 2020-08-04 14:01:18 -07:00
debian/tracker feat(debian-oval): removing debian oval from vuln-list-update (#112) 2021-11-14 18:48:51 +02:00
ghsa feat(ghsa): store CVSS score/vector for Github Security Advisory (#128) 2022-01-16 18:44:06 +02:00
git feat(ghsa): store CVSS score/vector for Github Security Advisory (#128) 2022-01-16 18:44:06 +02:00
glad feat(ghsa): store CVSS score/vector for Github Security Advisory (#128) 2022-01-16 18:44:06 +02:00
go-vulndb feat(go): add Go Vulnerability Database (#120) 2021-12-20 17:25:43 +02:00
mariner feat(cbl-mariner) support CBL Mariner Vulnerability Data (#133) 2022-01-29 15:33:40 +02:00
nvd nvd: bump to use 1.1 schema for baseMetricsV3 2020-05-06 09:45:29 -07:00
oracle/oval Refactored based on operating system (#81) 2021-04-23 11:21:27 +03:00
osv feat(go): add Go Vulnerability Database (#120) 2021-12-20 17:25:43 +02:00
photon fix(photon): skip empty CVE-IDs (#75) 2021-03-10 12:40:38 +02:00
redhat feat(redhat-oval2): capture state of vulnerability (#134) 2022-02-08 14:46:13 +02:00
rocky fix(rocky): skip when repository is extras and there is no updateinfo in repomd.xml (#132) 2022-01-24 14:17:54 +02:00
suse/cvrf Refactored based on operating system (#81) 2021-04-23 11:21:27 +03:00
ubuntu ubuntu: remove dir if clone/pull fails halfway (#79) 2021-03-15 06:30:12 +02:00
utils feat(debian): replace JSON API with salsa repo (#95) 2021-09-15 22:49:22 +03:00
.gitignore feat(debian): replace JSON API with salsa repo (#95) 2021-09-15 22:49:22 +03:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod chore(deps): bump github.com/spf13/afero from 1.8.0 to 1.8.2 (#140) 2022-03-22 12:54:07 +02:00
go.sum chore(deps): bump github.com/spf13/afero from 1.8.0 to 1.8.2 (#140) 2022-03-22 12:54:07 +02:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go feat(cbl-mariner) support CBL Mariner Vulnerability Data (#133) 2022-01-29 15:33:40 +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 feat(cbl-mariner) support CBL Mariner Vulnerability Data (#133) 2022-01-29 15:33:40 +02: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)
  -years string
        update years (only redhat)

Author

Teppei Fukuda (knqyf263)