[mirror] The Go Vulnerability Database
Перейти к файлу
Julie Qiu dd70b18ea8 deploy: add README.md and kokoro.sh
A README is added to the deploy/ directory to explain what the files are
in that directory.

The contents of the internal kokoro/vulndb/dbdiff/buid.sh file is copied
to deploy/kokoro.sh to make it easier to make modifications to the
kokoro config.

Change-Id: I62e829aa881729837e7adb56eaacc4f7e6618713
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/382194
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2022-02-01 20:40:33 +00:00
.github/ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: add config.yml 2022-01-06 22:54:35 +00:00
cmd internal/worker: add tracing 2022-02-01 15:12:36 +00:00
deploy deploy: add README.md and kokoro.sh 2022-02-01 20:40:33 +00:00
devtools deploy,devtools: use Cloud Build to deploy worker 2022-01-11 18:01:41 +00:00
doc doc/worker.md: explain default creds 2022-01-19 17:42:56 +00:00
internal internal/worker: rename and document multiEventHandler 2022-02-01 15:12:43 +00:00
reports reports: add GO-2021-0258 for CVE-2021-41230 2022-01-14 17:30:31 +00:00
terraform terraform: adjust worker config 2021-12-22 13:51:59 +00:00
.gitignore terraform: adjust worker config 2021-12-22 13:51:59 +00:00
AUTHORS all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
CONTRIBUTING.md all: add license headers and CONTRIBUTING.md 2021-04-13 21:05:53 +00:00
CONTRIBUTORS all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
LICENSE all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
PATENTS all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
README.md README.md: update 2021-11-09 03:03:37 +00:00
all_test.go internal: remove report.CVE 2022-01-04 20:45:20 +00:00
checks.bash internal/worker: add tracing 2022-02-01 15:12:36 +00:00
go.mod internal/worker: add tracing 2022-02-01 15:12:36 +00:00
go.sum internal/worker: rename and document multiEventHandler 2022-02-01 15:12:43 +00:00
tools_test.go checks.bash: replace all.bash 2021-12-20 22:06:07 +00:00

README.md

The Go Vulnerability Database

This repository contains the reports for the Go Vulnerability Database.

If you are interested accessing data from the Go Vulnerability Database, see x/vuln for information. This repository is only used for adding new vulnerabilities.

Reporting a vulnerability

We are not accepting new vulnerability reports at this time. We will update this README.md once we are ready to receive reports.

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.