-
Notifications
You must be signed in to change notification settings - Fork 10
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
[NET-4865] security: Upgrade Go and net/http CVE-2023-29406 #219
Conversation
Upgrade to Go 1.20.6 and `net/http` 1.12.0 to resolve CVE-2023-29406.
f231b1b
to
fbc05ec
Compare
This will take another fix similar to hashicorp/consul#18129; putting back in draft for now and will ping for review after that's done. |
You might have to wait until 1.20.7 for the host header fix? golang/go#61076 |
@curtbushko ah yeah, I overlooked that the I think we can take a similar approach to |
Avoid testcontainers breakage due to validation added in Go 1.20.6 until that issue is resolved. Keep the global version bump to 1.20.6 to resolve CVEs.
88a7bf9
to
c41146c
Compare
|
Backports didn't fire and reruns are failing in a way I don't quite understand; manually backporting this (would have likely had conflicts anyway) |
Upgrade to Go 1.20.6 and
net/http
1.12.0 to resolve CVE-2023-29406.