-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix lodash prototype pollution vulnerability #25557
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
Bump lodash from 4.17.21 to 4.17.23 to patch prototype pollution in _.unset and _.omit. Add yarn resolution to force all transitive dependents to use the patched version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🔍 CI failure analysis for 31f3c77: CI failure is unrelated to lodash update - this is a pre-existing flaky test with timing issues in the Playwright E2E suite.IssueThe Playwright E2E test Root CauseThis failure is NOT caused by the lodash security update. The test exhibits classic flaky behavior:
DetailsWhy this is unrelated to lodash 4.17.21 → 4.17.23:
Test execution summary:
The test waits 500ms after file upload (line 624) before checking for the grid header, but this timeout appears insufficient in some CI environments. Code Review ✅ ApprovedClean security patch that correctly bumps lodash to 4.17.23 and uses yarn resolutions to enforce the minimum version across all transitive dependencies. No issues found. Tip Comment OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Summary
lodashdirect dependency from^4.17.21to^4.17.23to patch a prototype pollution vulnerability in_.unsetand_.omit"lodash": ">=4.17.23"to yarnresolutionsto force all 9 transitive dependents (@ant-design/icons,@auth0/auth0-react,@deuex-solutions/react-tour,@react-awesome-query-builder/antd,@rjsf/utils,@testing-library/jest-dom,antd,rapidoc,recharts) to use the patched versionTest plan
yarn.lockresolves lodash to4.17.23yarn installsuccessfullyyarn test)yarn build)🤖 Generated with Claude Code