[mirror] The Go Vulnerability Database
Перейти к файлу
Tatiana Bradley 73190ac6a7 internal/report: add new excluded reason WITHDRAWN
Add new excluded reason, WITHDRAWN, which indicates
that a report was withdrawn before we got a chance
to publish it in vulndb.

This allows us to keep better track of withdrawn reports
(as opposed to completely omitting them from our
records).

Change-Id: I7209edc88e903787b0c79556177af8f34fed8a4e
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/607818
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
2024-08-26 20:06:40 +00:00
.github .github/ISSUE_TEMPLATE: link to issue template 2024-03-18 15:39:17 +00:00
cmd internal/report: add new excluded reason WITHDRAWN 2024-08-26 20:06:40 +00:00
data data/reports: add 5 unreviewed reports 2024-08-22 20:03:04 +00:00
deploy cmd/cve,deploy: publish CVEs automatically 2024-08-19 21:20:54 +00:00
devtools devtools/proxy_worker.sh: die early on bad arg 2022-04-27 21:19:21 +00:00
doc internal/report: add new excluded reason WITHDRAWN 2024-08-26 20:06:40 +00:00
internal internal/report: add new excluded reason WITHDRAWN 2024-08-26 20:06:40 +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 LICENSE: update per Google Legal 2024-07-16 16:12:53 +00:00
PATENTS all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
README.md all: remove references to x/vuln in documentation 2023-04-04 16:07:17 +00:00
all_test.go internal/{report,ghsarepo}: add functions NewLocalClient 2024-07-30 15:44:29 +00:00
checks.bash internal/report,checks.bash: fix spellcheck issue 2024-06-27 19:36:30 +00:00
go.mod go.mod: update golang.org/x dependencies 2024-08-06 21:19:30 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-08-06 21:19:30 +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.

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 go.dev/security/vuln/database for information on how to access these entries.