[mirror] The Go Vulnerability Database
Перейти к файлу
Zvonimir Pavlinovic ab3e3c3abb data/excluded: add GO-2022-0989.yaml for CVE-2022-39200
Fixes golang/vulndb#989

Change-Id: Ica8b7bea5a290b86e5b759aa5fb0f5fb66617a2d
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/431537
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
2022-09-19 16:59:25 +00:00
.github/ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: add template for missing cve/ghsa 2022-09-12 17:56:23 +00:00
cmd all: replace io/ioutil with io and os package 2022-09-15 00:44:45 +00:00
data data/excluded: add GO-2022-0989.yaml for CVE-2022-39200 2022-09-19 16:59:25 +00:00
deploy deploy/build.yaml: use workspace copy of gendb 2022-08-19 17:16:33 +00:00
devtools devtools/proxy_worker.sh: die early on bad arg 2022-04-27 21:19:21 +00:00
doc doc: document new reference format 2022-08-29 22:07:41 +00:00
internal all: replace io/ioutil with io and os package 2022-09-15 00:44:45 +00:00
terraform terraform: add cron job for module scanning 2022-03-21 17:39:49 +00:00
webconfig webconfig: update content for vuln.go.dev 2022-09-01 21:18:21 +00:00
.gitignore terraform: adjust worker config 2021-12-22 13:51:59 +00:00
CONTRIBUTING.md all: add license headers and CONTRIBUTING.md 2021-04-13 21:05:53 +00:00
LICENSE data: add LICENSE and NOTICES files 2022-08-16 16:59:20 +00:00
PATENTS all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
README.md README.md: update to reflect changes 2022-09-01 11:43:31 +00:00
all_test.go all: replace io/ioutil with io and os package 2022-09-15 00:44:45 +00:00
checks.bash go.mod: update golang.org/x/exp 2022-02-28 14:36:30 +00:00
go.mod internal/database: generate both escaped and unescaped paths 2022-09-01 20:23:57 +00:00
go.sum internal/database: generate both escaped and unescaped paths 2022-09-01 20:23:57 +00:00
tools_test.go checks.bash: replace all.bash 2021-12-20 22:06:07 +00:00

README.md

The Go Vulnerability Database

Go Reference

This repository contains the infrastructure and internal reports to create the Go Vulnerability Database.

If you are interested accessing data from the Go Vulnerability Database, see x/vuln.

Check out https://go.dev/security/vuln for more information about the Go vulnerability management system.

Reporting a vulnerability or feedback

Click here to report a public vulnerability in the Go ecosystem, or give feedback about the project.

Privacy Policy

The privacy policy for govulncheck can be found at https://vuln.go.dev/privacy.

License

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Database entries are distributed under the terms of the CC-BY-4.0 license. See x/vuln for information on how to access these entries.