[mirror] The Go Vulnerability Database
Перейти к файлу
Tatiana Bradley c3c93c09d3 cmd/vulnreport: remove return value from xref
Remove error return value from xref, which always returns nil.

(Caught by unparam and blocking deploy of vulndb)

Change-Id: I4c9423f0d333d7beb9422ee558ed83f3dd99aebf
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/590115
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-06-03 22:38:03 +00:00
.github
cmd cmd/vulnreport: remove return value from xref 2024-06-03 22:38:03 +00:00
data cmd/vulnreport: add a check for basic reference URL existence 2024-06-03 20:51:31 +00:00
deploy
devtools
doc
internal cmd/vulnreport: add no-arg version of vulnreport commit 2024-06-03 20:51:40 +00:00
terraform
webconfig
.gitignore
CONTRIBUTING.md
LICENSE
PATENTS
README.md
all_test.go
checks.bash
go.mod
go.sum
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.