-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vuln: govulncheck: panic on a nil types.Object #66130
New issue
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
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
Comments
Do you have reproduction steps? I am wondering if this also happens on linux and darwin. |
CC @golang/vulndb |
@zpavlinovic I don't had time to write a minimal version, but the the file is small, so here it is:
|
I switched to go1.22.1 + [email protected] under Windows 11 /amd64 and this issue disappear. |
Yes, recompiling govulncheck with go1.22+ is the fix in this case. More here #65590. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Go version
go version go1.22.0 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Scanner: [email protected]
Run scanner as
govulncheck.exe ./...
What did you see happen?
What did you expect to see?
No panic
The text was updated successfully, but these errors were encountered: