-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/vuln: panic: interface conversion: types.Type is *types.Interface, not *types.Tuple #64112
Comments
I was able to replicate the issue. Will look into this. |
same issue, different repository (I hope this is useful):
both
|
Thank you for reporting this. The issue is in one of the dependencies. We are working to resolve it. |
See golang/go#64112 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
any ETA for a fix, we are hitting it in our private project ... |
We don't have an exact timeline, but it should be soon. We have CLs going through the review phase. |
Change https://go.dev/cl/549377 mentions this issue: |
I've tested the change and the issue seems to be gone for the two repos mentioned here. |
Thank you, do you expect to cut a release with these fixes? |
We are planning for a new release soon, we'll try to bundle this with some other improvements we are making. I don't have a precise timeline though. |
|
@petitout Could you share reproduction steps? |
@zpavlinovic I get the same error as @petitout with my original repro steps above (with stackrox/stackrox @ 5c615a9e29ad23f5ab29a59e128b728b06073cee)
|
@porridge I cannot replicate the issue with govulncheck@master (we'll tag it soon). |
Yes, I tried master branch, master branch may have fixed it. |
Tag v1.0.2 should contain the fix. |
Upstream issue was fixed: golang/go#64112 (comment) Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
What version of Go are you using (
go version
)?Does this issue reproduce at the latest version of golang.org/x/vuln?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Something useful :-)
What did you see instead?
The text was updated successfully, but these errors were encountered: