Go to file
2024-02-24 12:55:11 +04:00
.github chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#269) 2024-02-13 06:30:56 +04: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 fix(mariner): replace CBL-MarinerVulnerabilityData with AzureLinuxVulnerabilityData (#275) 2024-02-24 12:55:11 +04: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 fix: reset vuln-list (#274) 2024-02-23 21:41:00 +04: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 chore(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#270) 2024-02-13 06:30:34 +04:00
go.sum chore(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#270) 2024-02-13 06:30:34 +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)