x/vuln: Govulncheck not detecting known vulnerability in Golang dependencies #58757
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce at the latest version of golang.org/x/vuln?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
1.Use github.com/satori/go.uuid version 1.2.0 in a Golang project.
2.Run Govulncheck on the project using the command govulncheck ./....
What did you expect to see?
Govulncheck should report a warning about the vulnerability in the github.com/satori/go.uuid package.
Vulnerability Details: https://pkg.go.dev/vuln/GO-2022-0244
What did you see instead?
Govulncheck does not report any warnings about the vulnerability in the github.com/satori/go.uuid package.
The text was updated successfully, but these errors were encountered: