go.mod: make go1.26.2 toolchain requirement explicit The inclusion of 'godebug default=go1.26.2' in go.mod lets this module keep using GODEBUG default settings from Go 1.26.2, as it did prior to CL 771620 being submitted. It also means that while inside this module, the minimum required toolchain is go1.26.2. However, the go command doesn't quite recognize that on its own (maybe this can be improved in the future), so for now manually include a corresponding toolchain directive. For golang/go#79001. Change-Id: I559e34a456d4c74db5410f0b3dd77eb92085c38d Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/772660 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Matloob <matloob@google.com> Reviewed-by: Michael Matloob <matloob@golang.org>
This repository contains the infrastructure and internal reports to create the Go Vulnerability Database.
Warning: Packages here are internal to the Go Security Team and its needs; Some may be modified arbitrarily or even disappear altogether. In short, code in this repository is NOT subject to the Go 1 Compatibility Promise.
Check out https://go.dev/security/vuln for more information about the Go vulnerability management system.
Click here to report a public vulnerability in the Go ecosystem, or give feedback about the project.
The privacy policy for govulncheck can be found at https://vuln.go.dev/privacy.
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.