OCPBUGS-51746: Bump golang x/oauth2 to fix CVE-2025-22868 #108
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.
A flaw was found in
golang.org/x/oauth2
. Due to this an attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.To address this issue, we have upgraded the library to version v0.28.0, which includes a fix for the vulnerability.
Affected Library:
golang.org/x/oauth2
Current Version:
v0.14.0
Fixed Version:
v0.28.0