x/vuln: incorrect version is suggested as a fixed version for a vulnerability with multiple packages #54913
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
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 did you do?
See the reports on GO-2021-0061 (affecting vulnerability) and GO-2022-0493 (in the 'informational' section).
What did you expect to see?
GO-2021-0061: This project imports 'github.com/go-yaml/yaml'. According to https://pkg.go.dev/vuln/GO-2021-0061 there is no known fix for this module. I expect govulncheck to tell this, or suggest users migrate to gopkg.in/yaml.v2@v2.2.3.
GO-2022-0493: This project imports affected
golang.org/x/sys/unix
(v0.0.0-20210124154548-22da62e12c0c). I expect govulncheck to recommend v0.0.0-20220412211240-33da011f77ad (as listed in https://pkg.go.dev/vuln/GO-2022-0493) or a reasonable version.What did you see instead?
govulncheck suggests 'github.com/go-yaml/yaml@v2.2.3' and 'golang.org/x/sys/unix@v1.18.2' which aren't valid.
The text was updated successfully, but these errors were encountered: