[mirror] The Go Vulnerability Database
Перейти к файлу
Tatiana Bradley 4e76d8778e data/excluded: add 3 excluded reports
- data/excluded/GO-2024-2685.yaml
  - data/excluded/GO-2024-2786.yaml
  - data/excluded/GO-2024-2787.yaml

Fixes golang/vulndb#2685
Fixes golang/vulndb#2786
Fixes golang/vulndb#2787

Change-Id: Iafa5b71e7328997d4e98abd72014e3a21c34e5b1
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/590282
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
2024-06-05 15:11:15 +00:00
.github .github/ISSUE_TEMPLATE: link to issue template 2024-03-18 15:39:17 +00:00
cmd cmd/vulnreport: fix excluded folder bug 2024-06-05 15:09:27 +00:00
data data/excluded: add 3 excluded reports 2024-06-05 15:11:15 +00:00
deploy deploy: remove undefined flag 2024-02-26 22:49:32 +00:00
devtools devtools/proxy_worker.sh: die early on bad arg 2022-04-27 21:19:21 +00:00
doc cmd/vulnreport: automatically decide whether to create REVIEWED or UNREVIEWED report 2024-05-23 20:24:39 +00:00
internal internal/report: add lint check for source 2024-06-05 15:09:39 +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 all: remove references to x/vuln in documentation 2023-04-04 16:07:17 +00:00
all_test.go all_test: allow duplicate summaries for unreviewed reports 2024-06-05 15:09:57 +00:00
checks.bash checks.bash: remove unneeded compat flag 2023-12-20 17:11:25 +00:00
go.mod go.mod: update golang.org/x dependencies 2024-06-04 20:20:44 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-06-04 20:20:44 +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.