Skip to content

OCPBUGS-74470: bump lodash to ^4.17.23 to address CVE-2025-13465#3410

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-assisted:masterfrom
sunku5494:CVE-2025-13465
Feb 23, 2026
Merged

OCPBUGS-74470: bump lodash to ^4.17.23 to address CVE-2025-13465#3410
openshift-merge-bot[bot] merged 1 commit intoopenshift-assisted:masterfrom
sunku5494:CVE-2025-13465

Conversation

@sunku5494
Copy link
Copy Markdown
Contributor

@sunku5494 sunku5494 commented Feb 21, 2026

Summary by CodeRabbit

  • Chores
    • Updated lodash dependency to version 4.17.23 across multiple packages.
    • Added explicit dependency resolution constraints for lodash and lodash-es to ensure consistent versions across the project.

Signed-off-by: Venkata Charan Sunku <vsunku@redhat.com>
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Feb 21, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@sunku5494: This pull request references Jira Issue OCPBUGS-74470, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @xiaojiey

The bug has been updated to refer to the pull request using the external bug tracker.

Details

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.

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 21, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Feb 21, 2026

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: xiaojiey.

Note that only openshift-assisted members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

@sunku5494: This pull request references Jira Issue OCPBUGS-74470, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @xiaojiey

The bug has been updated to refer to the pull request using the external bug tracker.

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.

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.

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Feb 21, 2026

Hi @sunku5494. Thanks for your PR.

I'm waiting for a openshift-assisted member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 21, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 21, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

This PR updates lodash dependencies across multiple package.json files in the monorepo to version ^4.17.23 and adds a top-level resolutions field to enforce consistent lodash and lodash-es versions globally.

Changes

Cohort / File(s) Summary
Lodash Version Updates
apps/assisted-disconnected-ui/package.json, apps/assisted-ui/package.json
Updated lodash dependency from ^4 to ^4.17.23 in both application packages.
Root Resolutions Field
package.json
Added top-level "resolutions" field pinning lodash and lodash-es to ^4.17.23 to enforce consistent versions across the monorepo.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested Labels

size/M

Suggested Reviewers

  • ammont82
  • asmasarw

Poem

🐰 Hop hop, versions aligned!
Lodash locked, no more mess to find,
Resolutions set with care so neat,
Dependencies march to a unified beat! 🎯

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: bumping lodash to address a CVE vulnerability, which is reflected across all modified package.json files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci-robot
Copy link
Copy Markdown

@sunku5494: This pull request references Jira Issue OCPBUGS-74470, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @xiaojiey

Details

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated lodash dependency to version 4.17.23 across multiple packages.
  • Added explicit dependency resolution constraints for lodash and lodash-es to ensure consistent versions across the project.

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.

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Feb 21, 2026

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: xiaojiey.

Note that only openshift-assisted members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

@sunku5494: This pull request references Jira Issue OCPBUGS-74470, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @xiaojiey

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated lodash dependency to version 4.17.23 across multiple packages.
  • Added explicit dependency resolution constraints for lodash and lodash-es to ensure consistent versions across the project.

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.

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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 23, 2026
@rawagner
Copy link
Copy Markdown
Member

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 23, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Feb 23, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ElayAharoni, rawagner, sunku5494

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 23, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit bdf6ed3 into openshift-assisted:master Feb 23, 2026
12 checks passed
@openshift-ci-robot
Copy link
Copy Markdown

@sunku5494: Jira Issue OCPBUGS-74470: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-74470 has been moved to the MODIFIED state.

Details

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated lodash dependency to version 4.17.23 across multiple packages.
  • Added explicit dependency resolution constraints for lodash and lodash-es to ensure consistent versions across the project.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants