x/vuln: add flag to provide actionable govulncheck fixes #56569
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
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?
Feature Request:
Provide a flag '--fixes/-f' that would parse the output of
govulncheck
and suggest actionable steps to fix them.For example.,
Would output
Also given the fact that this output would be shown for both direct and indirect dependencies and suggests a
go get
generic message to update the calling dependency (package-function).What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
N/A
What did you expect to see?
N/A
What did you see instead?
N/A
The text was updated successfully, but these errors were encountered: