Fix 5 security issues in lodash, lodash-es, react-hook-form and 2 more#1535
Open
aikido-autofix[bot] wants to merge 1 commit intomasterfrom
Open
Fix 5 security issues in lodash, lodash-es, react-hook-form and 2 more#1535aikido-autofix[bot] wants to merge 1 commit intomasterfrom
aikido-autofix[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patches critical prototype pollution and ReDoS vulnerabilities in lodash, lodash-es, react-hook-form, d3-color, and brace-expansion to prevent potential remote exploitation.
✅ Code not affected by breaking changes.
No breaking changes from the d3-color upgrade affect this codebase. The package is not directly imported or used in the source code - it's only a transitive dependency through the
victorypackage. While d3-color 3.0.0 requires Node.js 12+, the project's CI/CD pipelines already use Node.js 14 and 16, which satisfy this requirement.Note: The
package.jsonspecifies"node": ">=10", which is less restrictive than d3-color's Node.js 12+ requirement. Consider updating the engine requirement to"node": ">=12"to align with the actual dependency requirements, though this is not a breaking change for the current codebase.All breaking changes by upgrading d3-color from version 2.0.0 to 3.1.0 (CHANGELOG)
✅ 4 CVEs resolved by this upgrade
This PR will resolve the following CVEs:
prototypeandconstructorproperties to manipulate object prototypes, potentially leading to unintended behavior, security breaches, or further exploitation.