[mirror] The Go Vulnerability Database
Перейти к файлу
Tatiana Bradley 368d2122a4 internal/database/legacydb: remove dependency on x/vuln
Remove dependency on x/vuln in database generation logic by copying
necessary code.

Change-Id: I81635e43c6badbcebe2787ec125edfc01bc5a6fe
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/481155
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Julie Qiu <julieqiu@google.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
2023-04-03 15:31:15 +00:00
.github/ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: add template for missing cve/ghsa 2022-09-12 17:56:23 +00:00
cmd internal/osv, all: refactor osv (renames etc.) 2023-03-31 20:05:49 +00:00
data data/excluded: batch add GO-2023-1674, GO-2023-1671, GO-2023-1670, GO-2023-1669, GO-2023-1668, GO-2023-1667, GO-2023-1662, GO-2023-1661, GO-2023-1660, GO-2023-1659, GO-2023-1658, GO-2023-1657, GO-2023-1656, GO-2023-1655, GO-2023-1654, GO-2023-1653, GO-2023-1673, GO-2023-1666, GO-2023-1665 2023-03-27 17:28:17 +00:00
deploy deploy: remove no-cache directive 2023-03-15 23:23:54 +00:00
devtools devtools/proxy_worker.sh: die early on bad arg 2022-04-27 21:19:21 +00:00
doc doc: minor clarifications 2023-03-15 21:08:04 +00:00
internal internal/database/legacydb: remove dependency on x/vuln 2023-04-03 15:31:15 +00:00
terraform terraform/environment: remove scan-modules job 2022-12-28 15:52:56 +00:00
webconfig deploy: rename index to index.html 2023-03-06 19:27:34 +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_test: remove TestMissingReports 2023-02-02 21:53:37 +00:00
checks.bash checks.bash: check OSV file is never deleted 2022-10-10 20:32:02 +00:00
go.mod all: pull the most recent version of vuln 2023-02-17 21:16:36 +00:00
go.sum all: pull the most recent version of vuln 2023-02-17 21:16:36 +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.