[mirror] The Go Vulnerability Database
Перейти к файлу
Russ Cox dd7900b89e LICENSE: update per Google Legal
Very minor tweaks:
 - Remove (c) pseudosymbol.
 - Remove "All Rights Reserved."
 - Change "Google Inc." (no longer exists) to "Google LLC".

[git-generate]
echo '
,s/\(c\) //
,s/ All rights reserved.//
,s/Google Inc./Google LLC/
w
q
' | sam -d LICENSE

Change-Id: I1b38c9645228a4669ff017ff995d2b8518afb55b
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/598531
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
2024-07-16 16:12:53 +00:00
.github .github/ISSUE_TEMPLATE: link to issue template 2024-03-18 15:39:17 +00:00
cmd cmd/vulnreport: add command vulnreport withdraw 2024-07-15 17:56:36 +00:00
data data/reports: review GO-2024-2521 2024-07-15 19:00:13 +00:00
deploy
devtools
doc cmd/vulnreport: automatically decide whether to create REVIEWED or UNREVIEWED report 2024-05-23 20:24:39 +00:00
internal cmd/vulnreport: add command vulnreport withdraw 2024-07-15 17:56:36 +00:00
terraform
webconfig
.gitignore
CONTRIBUTING.md
LICENSE LICENSE: update per Google Legal 2024-07-16 16:12:53 +00:00
PATENTS
README.md
all_test.go all: update YAML versions to closely match OSV versions 2024-06-26 14:53:24 +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-07-07 23:35:34 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-07-07 23:35:34 +00:00
tools_test.go

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.