-
Notifications
You must be signed in to change notification settings - Fork 1.4k
NO-JIRA: CVE-2025-22868 bump oauth2 pkg to v0.27.0 #9569
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
Conversation
/retest |
/assign sunku5494 |
@sunku5494: This pull request explicitly references no jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
d4f1d28
to
fc5ff92
Compare
/retest |
/cc @patrickdillon |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required Remaining retests: 0 against base HEAD 8b0c929 and 2 for PR HEAD fc5ff9248903319a85fa0cfe0b0c4c8513cc59ff in total |
/retest-required Remaining retests: 0 against base HEAD c0c6232 and 1 for PR HEAD fc5ff9248903319a85fa0cfe0b0c4c8513cc59ff in total |
/retest-required Remaining retests: 0 against base HEAD c0c6232 and 2 for PR HEAD fc5ff9248903319a85fa0cfe0b0c4c8513cc59ff in total |
fc5ff92
to
3051197
Compare
3051197
to
d8e177c
Compare
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.
/lgtm
/label acknowledge-critical-fixes-only |
@sunku5494: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
fb99a99
into
openshift:main
[ART PR BUILD NOTIFIER] Distgit: ose-installer-altinfra |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-terraform-providers |
[ART PR BUILD NOTIFIER] Distgit: ose-baremetal-installer |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-artifacts |
we didn't find any traces of using the function
Verify
of outh2 pkg as mentioned in the https://pkg.go.dev/vuln/GO-2025-3488 in installer. So, installer is not affected by CVE-2025-22868, but we have decided to bump the oauth2 pkg version v0.27.0 to avoid any potential confusion from scanners. we will fix this in main, but won't plan any backports as it is not vulnerable to installer.below is the utility we have used to verify if the installer is affected with the CVE
callgraph -format=digraph cmd/openshift-install/*.go | digraph nodes | grep jws.Verify