Go to file
2023-08-22 10:43:39 +03:00
.github chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#236) 2023-08-22 10:43:39 +03:00
alma feat(alma): add AlmaLinux 9 (#172) 2022-08-02 09:56:24 +03:00
alpine feat(wolfi): add support for Wolfi Linux (#183) 2022-12-04 11:07:37 +02:00
alpine-unfixed feat(alpine-unfixed): add cpe (#106) 2021-09-16 22:18:29 +03:00
amazon feat(amazon): add al2023 support (#199) 2023-03-19 19:49:22 +02:00
arch feat(ghsa): store CVSS score/vector for Github Security Advisory (#128) 2022-01-16 18:44:06 +02:00
chainguard Add support for Chainguard distro (#190) 2023-03-30 11:30:22 +03:00
cwe cwe: Add initial logic to download and save CWE files (#40) 2020-08-04 14:01:18 -07:00
debian/tracker fix(debian): remove line (#220) 2023-06-30 09:40:03 +03:00
ghsa feat(ghsa): add pub ecosystem (#186) 2023-01-02 17:35:42 +02:00
git BREAKING CHANGE: extract Red Hat security advisories to separate repository (#217) 2023-06-22 10:20:19 +03:00
glad fix(glad): select CVE-ID before GHSA-ID (#205) 2023-05-28 11:27:19 +03:00
kevc feat(kevc): add known exploited vulnerability catalog (#152) 2022-05-26 07:08:21 +03:00
mariner feat(cbl-mariner) support CBL Mariner Vulnerability Data (#133) 2022-01-29 15:33:40 +02:00
nvd feat(kevc): add known exploited vulnerability catalog (#152) 2022-05-26 07:08:21 +03:00
oracle/oval fix(oracle-oval): added release date. (#182) 2022-11-22 09:37:44 +02:00
osv feat(osv): add last_affected and limit fields (#232) 2023-08-03 16:06:44 +03:00
photon fix(photon): skip empty CVE-IDs (#75) 2021-03-10 12:40:38 +02:00
redhat BREAKING CHANGE: extract Red Hat security advisories to separate repository (#217) 2023-06-22 10:20:19 +03:00
rocky fix(rocky): added 2 urls parse (#161) 2022-06-20 13:36:58 +03:00
suse/cvrf Refactored based on operating system (#81) 2021-04-23 11:21:27 +03:00
ubuntu feat(kevc): add known exploited vulnerability catalog (#152) 2022-05-26 07:08:21 +03:00
utils BREAKING CHANGE: extract Red Hat security advisories to separate repository (#217) 2023-06-22 10:20:19 +03:00
wolfi feat(wolfi): add support for Wolfi Linux (#183) 2022-12-04 11:07:37 +02:00
.gitignore feat(debian): replace JSON API with salsa repo (#95) 2021-09-15 22:49:22 +03:00
.golangci.yml chore(lint): add setting file (#144) 2022-04-06 11:25:07 +03:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#234) 2023-08-09 12:15:33 +03:00
go.sum chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#234) 2023-08-09 12:15:33 +03:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go remove go-vulndb (#222) 2023-07-06 16:27:01 +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 (#63) 2020-12-17 17:05:35 +02:00
README.md Add support for Chainguard distro (#190) 2023-03-30 11:30:22 +03:00
update.sh BREAKING CHANGE: extract Red Hat security advisories to separate repository (#217) 2023-06-22 10:20:19 +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, wolfi, chainguard)
  -target-branch string
    	alternative repository branch (only glad)
  -target-uri string
    	alternative repository URI (only glad)
  -years string
    	update years (only redhat)

Author

Teppei Fukuda (knqyf263)