-
Couldn't load subscription status.
- Fork 775
fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868 #5233
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
Merged
Jonsy13
merged 15 commits into
litmuschaos:master
from
UJESH2K:fix/oauth2-vulnerability
Oct 26, 2025
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9eee568
fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-…
UJESH2K ee3a7b4
chore: update Go version to 1.24.0 in go.mod, Dockerfile, and CI work…
UJESH2K 26aa1f6
fix: use stable golang:1.24.0-bookworm base image in Dockerfile
UJESH2K ac32743
1.25 go version
UJESH2K bd3ab16
golang.org/x/crypto v0.35.0 go version
UJESH2K 76c5b75
golang.org/x/crypto v0.35.0 go version and 1.24
UJESH2K 80b76cb
changed docker
UJESH2K 68435b8
changed docker
UJESH2K 934d246
Temporary commit before rebase
UJESH2K 8aeed59
Changed trivy to v2 and authentication goversion to 1.24.0
UJESH2K c3cebad
Revert Trivy v2 change
UJESH2K bacc83e
changed build.yml from 1.24 to 1.24.0
UJESH2K a8c2cb1
removed trivy version mismatch
UJESH2K 647f7fd
Merge branch 'master' into fix/oauth2-vulnerability
UJESH2K 19f4d9d
go mod tidy
UJESH2K File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be done from go.mod not from here directly.First update go.mod & then run
go mod tidy. Please fix.