fix(deps): add/update resolutions for transitive security vulnerabilities [FEC-769]#3232
Closed
misama-ct wants to merge 1 commit into
Closed
fix(deps): add/update resolutions for transitive security vulnerabilities [FEC-769]#3232misama-ct wants to merge 1 commit into
misama-ct wants to merge 1 commit into
Conversation
…ties [FEC-769] Add and update yarn resolutions to fix transitive dependency vulnerabilities: New resolutions: - handlebars → ^4.7.9 (JS injection via AST type confusion) - tar → ^7.5.11 (symlink/hardlink path traversal) - rollup@^4.34.9 → ^4.59.0 (arbitrary file write via path traversal) - flatted → ^3.4.2 (prototype pollution via parse()) - svgo → ^3.3.3 (DoS via entity expansion) - basic-ftp → ^5.2.0 (path traversal in downloadToDir) - systeminformation → ^5.31.0 (command injection) - lodash-es → ^4.18.0 (code injection via _.template) - @isaacs/brace-expansion → ^5.0.1 (uncontrolled resource consumption) - picomatch@^2.x → ^2.3.2 (ReDoS via extglob quantifiers) Updated resolutions: - rollup@^2.79.1: ^2.79.2 → ^2.80.0 (arbitrary file write) - minimatch: ^10.1.0 → ^10.2.3 (ReDoS via combinatorial backtracking) - axios: ^1.9.0 → ^1.13.5 (DoS via __proto__ key in mergeConfig) All transitive/dev-only — no consumer API impact. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
Author
|
Moving to PR #3230 (single PR approach) |
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.
Summary
Add and update yarn resolutions to fix transitive dependency vulnerabilities (Category 3 of 3):
New resolutions
Updated resolutions
Consumer API impact
None. All packages are transitive dev-only dependencies resolved via yarn resolutions.
Test plan
Part of FEC-769
🤖 Generated with Claude Code