[release-4.14] OCPBUGS-88422: Bump axios to ^0.33.0 Addresses CVE-2026-44486 - #16789
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@rhdmalone: This pull request references Jira Issue OCPBUGS-88422, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@rhdmalone: This pull request references Jira Issue OCPBUGS-88422, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. DetailsIn 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. |
|
/verified by CI |
|
@rhdmalone: This PR has been marked as verified by DetailsIn 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. |
|
/label backport-risk-assessed |
|
Scheduling required tests: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, rhdmalone The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-gcp-console |
3 similar comments
|
/test e2e-gcp-console |
|
/test e2e-gcp-console |
|
/test e2e-gcp-console |
|
hi @germanparente Details here: e2e-gcp-console failure — unrelated to axios bumpThe failing e2e-gcp-console run is not caused by commit 570e4f0 (axios ^0.31.1 → ^0.33.0). This PR only changes frontend/package.json and frontend/yarn.lock. No UI, Pipelines, or Cypress test code was modified. analyze, backend, frontend, and images are green. Actual failure is in e2e/pipeline-ci.feature: after installing Red Hat OpenShift Pipelines, Cypress timed out waiting for the pipeline builder header to become visible because its parent drawer stayed display: none (waitForPipelineTasks). Remaining scenarios were skipped because this happened in a before-all hook. This is unrelated to axios because:
This looks like a known flaky Pipelines UI readiness issue. /test e2e-gcp-console |
|
Since the assessment has shown the test as flaky and not related to PR: /override ci/prow/e2e-gcp-console |
|
@germanparente: Overrode contexts on behalf of germanparente: ci/prow/e2e-gcp-console DetailsIn 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 kubernetes-sigs/prow repository. |
|
@rhdmalone: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
5e1c925
into
openshift:release-4.14
|
@rhdmalone: Jira Issue Verification Checks: Jira Issue OCPBUGS-88422 Jira Issue OCPBUGS-88422 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn 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. |
|
Fix included in release 4.14.0-0.nightly-2026-07-25-041325 |
OCPBUGS-88422: Bump axios to ^0.33.0 Addresses CVE-2026-44486
https://redhat.atlassian.net/browse/OCPBUGS-88422
Steps involved in Axios bump for release-4.14:
Edit frontend/package.json
update references to axios version in package.json to "axios": "^0.33.0",
Reinstall lockfile
cd frontend
yarn install
Testing:
from repo root/
./build-frontend.sh
./build-demos.sh
from frontend/
yarn build
Output from the above steps was analysed by Claude - no issues