Go to file
2023-10-17 11:07:49 +09:00
.github build: replace PAT with ORG_REPO_TOKEN (#245) 2023-09-28 11:17:51 +03:00
alma chore: enable more linters (#241) 2023-09-20 09:23:39 +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 chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
arch chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
chainguard chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
cwe chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
debian/tracker fix(debian): remove line (#220) 2023-06-30 09:40:03 +03:00
ghsa chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
git chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
glad fix(glad): select CVE-ID before GHSA-ID (#205) 2023-05-28 11:27:19 +03:00
k8s fix: aggregate k8s events under same package (#249) 2023-10-02 18:44:10 +03: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 chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
oracle/oval chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
osv feat: add k8s cve collector (#239) 2023-09-27 16:18:16 +03:00
photon chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
redhat chore: enable more linters (#241) 2023-09-20 09:23:39 +03: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 chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
ubuntu chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
utils BREAKING CHANGE: extract Red Hat security advisories to separate repository (#217) 2023-06-22 10:20:19 +03:00
wolfi chore: enable more linters (#241) 2023-09-20 09:23:39 +03:00
.gitignore feat: add k8s cve collector (#239) 2023-09-27 16:18:16 +03:00
.golangci.yml chore: bump Go to 1.20 (#242) 2023-09-21 10:20:21 +03:00
CONTRIBUTING.md add contribution guidelines (#16) 2019-10-31 22:22:18 +02:00
go.mod chore(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 (#252) 2023-10-17 11:07:49 +09:00
go.sum chore(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 (#252) 2023-10-17 11:07:49 +09:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go fix: cve file name validation (#244) 2023-09-28 10:28:05 +03: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)