Go to file
DmitriyLewen f1f4c3e8e6
refactor(nvd): use API instead of JSON feeds (#258)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
2023-12-18 20:34:54 +04:00
.github chore(deps): bump actions/setup-go from 4 to 5 (#262) 2023-12-12 13:46:16 +02:00
alma chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
alpine refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
alpine-unfixed feat(alpine-unfixed): add cpe (#106) 2021-09-16 22:18:29 +03:00
amazon chore(deps): use github.com/cheggaaa/pb/v3 (#260) 2023-12-04 14:14:15 +04:00
arch chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
chainguard refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
cwe refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
debian/tracker feat(debian/tracker): add TEMP entry instead of CVE-yyyy-XXXX (#254) 2023-11-14 11:59:53 +09:00
ghsa refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
git chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
glad refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
k8s test(k8s): remove internet access (#256) 2023-11-14 16:25:34 +09:00
kevc chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
mariner feat(cbl-mariner) support CBL Mariner Vulnerability Data (#133) 2022-01-29 15:33:40 +02:00
nvd refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
oracle/oval refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
osv feat: add k8s cve collector (#239) 2023-09-27 16:18:16 +03:00
photon refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
redhat refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
rocky chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
scripts chore: increase k8s open prs limit (#248) 2023-10-01 19:22:28 +03:00
suse/cvrf refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
ubuntu refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
utils refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
wolfi refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
.gitignore feat: add k8s cve collector (#239) 2023-09-27 16:18:16 +03:00
.golangci.yml refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
go.sum refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go refactor(nvd): use API instead of JSON feeds (#258) 2023-12-18 20:34:54 +04:00
Makefile chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
NOTICE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
README.md Add support for Chainguard distro (#190) 2023-03-30 11:30:22 +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)