OCPBUGS-99418: Bump protobufjs to 7.6.5 to fix CVE-2026-59877, CVE-2026-48712, CVE-2026-41242#16813
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@shahsahil264: This pull request references Jira Issue OCPBUGS-99418, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe frontend package resolution for ChangesDependency resolution
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@shahsahil264: This pull request references Jira Issue OCPBUGS-99418, which is valid. 3 validation(s) were run on this bug
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. |
|
/approve |
|
@rhamilto: 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. |
|
Scheduling tests matching the |
da857ea to
1be40f5
Compare
|
@shahsahil264: This pull request references Jira Issue OCPBUGS-99418, which is valid. 3 validation(s) were run on this bug
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. |
|
/retest |
|
/lgtm |
|
Scheduling tests matching the |
…26-48712, CVE-2026-41242 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1be40f5 to
753be8d
Compare
|
/lgtm |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhamilto, shahsahil264 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 |
Analysis / Root cause:
The
protobufjspackage pinned in yarn resolutions at version 7.5.8 is affected by three CVEs:.protoschema (fixed in 7.6.5)Solution description:
Bumps the
protobufjsyarn resolution from7.5.8to7.6.5, which includes fixes for all three CVEs. No API changes are expected as this is a patch-level update within the 7.x line.Screenshots / screen recording:
N/A - dependency version bump only, no visual changes.
Test setup:
No special setup required.
Test cases:
yarn installsucceedsyarn buildsucceeds (CI)Browser conformance:
N/A - no runtime behavior change expected.
Additional info:
This PR fixes three Jira bugs:
Summary by CodeRabbit