Upgrade golang.org/x/net to v0.33.0 to address CVE-2024-45338#13581
Merged
mattfarina merged 1 commit intohelm:mainfrom Dec 31, 2024
Merged
Upgrade golang.org/x/net to v0.33.0 to address CVE-2024-45338#13581mattfarina merged 1 commit intohelm:mainfrom
mattfarina merged 1 commit intohelm:mainfrom
Conversation
fixed: helm#13551 Signed-off-by: cx <1249843194@qq.com>
|
Thanks for the work. Is there any timeframe we are looking to release this PR ? |
Collaborator
|
You should see this in the upcoming v3.17.0 release in mid January. Helm does not directly use the package with the issue. But, it is a transitive dependency of the spdy transport layer for client-go (which Helm uses). If I understand it right, for this to be exploited Helm would need to connect to a compromised Kubernetes API server and the result would be Helm operating more slowly. The exploit, in general, enables DDOS attacks which could impact software built on the Helm SDK. Though, if your API server is compromised then Helm being slow is likely a lower priority issue. |
mattfarina
approved these changes
Dec 31, 2024
This was referenced Dec 31, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed: #13551