-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
golang.org/x/net
< 0.17.0 security vulnerability
#3755
Comments
Bumping, breaks our DevSecOps pipelines. Version:
|
This is also breaking our security pipeline. Seems like it needs to be resolved. |
the same trouble |
The security fix was merged in #3774 today, but not released yet. Tests are failing https://github.com/gin-gonic/gin/actions/runs/6890660139/job/18744176853 I note that the tests are not testing the current Go version (Go 1.21), and the failing test is for a Go version that is no longer supported (Go 1.19). https://endoflife.date/go There's a PR to fix that - #3693 - but that is failing too. The log is no longer available because it's so old. However, reading back through the history, it seems like it's a flaky test:
And that the flaky test was a problem in the previous version, it was an issue back in Feb - #3502 (comment) and it was introduced here #2596 The issue is coming from here: Lines 84 to 85 in bdde009
https://pkg.go.dev/testing#AllocsPerRun returns a float, but the https://pkg.go.dev/github.com/stretchr/testify/assert#EqualValues package takes an interface. There's a well known case that ARM float to int conversion is not the same as x86. Could be related to that, not sure, I'm just guessing. |
Any progress on this? Any main issue to follow-up? Thanks |
The flaky test was (I think) set to be skipped in fd60a24 I'm back here to this issue because of the new security issue with the protobuf dependency (0d9dbbb) Users can work around this issue by executing a Tagging a new release would allow Github Dependabot (and other tools that upgrade dependencies) to automatically suggest @RedCrazyGhost, @ssfyn and @appleboy - I spotted that you've all recently committed. Is there a plan to tag a new release? |
@a-h Yes. See the 1.10 milestone https://github.com/gin-gonic/gin/milestone/24 I will bump the new version recently. |
Just a heads up to inform you that prior to version 0.17.0,
golang.org/x/net
is subject to the following vulnerability:Looks like the pull request has already been made: #3754
Any maintainer could look into this please? 🙏
Thanks!
The text was updated successfully, but these errors were encountered: