Go to file
Naimuddin Shaik 73466dc046
chore(cron): add alpine-unfixed (#110)
* fix(alpine-unfixed): update in cron yaml

* updated the format
2021-09-30 14:21:58 +03:00
.github/workflows chore(cron): add alpine-unfixed (#110) 2021-09-30 14:21:58 +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(alma): support AlmaLinux (#98) 2021-09-03 01:02:09 +03:00
cwe cwe: Add initial logic to download and save CWE files (#40) 2020-08-04 14:01:18 -07:00
debian fix(debian): handle severity properly (#109) 2021-09-28 09:48:35 +03:00
ghsa Add golang support in ghsa source (#99) 2021-09-02 19:06:08 +03:00
git feat: support GitLab Advisory Database (#73) 2021-04-27 13:59:59 +03:00
glad feat: support GitLab Advisory Database (#73) 2021-04-27 13:59:59 +03: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
photon fix(photon): skip empty CVE-IDs (#75) 2021-03-10 12:40:38 +02:00
redhat Skip empty oval file (#89) 2021-05-27 17:10:38 +03: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 feat(download): add downloader (#105) 2021-09-11 18:51:34 +03:00
go.sum feat(download): add downloader (#105) 2021-09-11 18:51:34 +03:00
LICENSE Change license to Apache 2.0 2020-03-13 09:29:26 +00:00
main.go feat(alpine): add support of unfixed vulnerabilities (#93) 2021-09-12 20:30:20 +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 chore(ci): update advisories every 6 hours (#74) 2021-03-10 08:55:31 +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, redhat, debian, ubuntu)
  -years string
        update years (only redhat)

Author

Teppei Fukuda (knqyf263)