x/vuln: Treat fixes in unstable releases as warnings #61729
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
)?go version go1.20.6 darwin/arm64
Does this issue reproduce at the latest version of golang.org/x/vuln?
Yes
What did you do?
I am running
govulncheck ./...
as part of my CI processWhat did you expect to see?
govulncheck should tell me whether there is a security vulnerability that I can take an action to fix.
What did you see instead?
govulncheck is causing a failure due to a fix in the unstable release crypto/tls@go1.21rc4. While this is useful to know about, it should be possible to ignore vulnerabilities that are not yet fixed in a stable release.
The text was updated successfully, but these errors were encountered: