We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go: go1.23.0 Scanner: [email protected]
yes
go env
Does not matter.
Run govulncheck -show trace on any module that has some symbol-level vulnerabilities.
Paths in traces do not contain any module info, which can be confusing.
src/sync/once.go:67:11: ... pkg/store/cache/caching_bucket_test.go:442:12: ...
Show the last segment of the module name, for example:
[email protected]/src/sync/once.go:67:11: ... [email protected]/pkg/store/cache/caching_bucket_test.go:442:12: ...
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/614135 mentions this issue: internal/scan: add module info to symbol paths in traces mode
internal/scan: add module info to symbol paths in traces mode
Sorry, something went wrong.
golang/vuln@3917389
zpavlinovic
No branches or pull requests
govulncheck version
Go: go1.23.0
Scanner: [email protected]
Does this issue reproduce at the latest version of golang.org/x/vuln?
yes
Output of
go env
in your module/workspace:What did you do?
Run govulncheck -show trace on any module that has some symbol-level vulnerabilities.
What did you see happen?
Paths in traces do not contain any module info, which can be confusing.
What did you expect to see?
Show the last segment of the module name, for example:
The text was updated successfully, but these errors were encountered: