Fix 5 Dependabot security alerts via npm overrides#2041
Open
zawata wants to merge 1 commit intonodegit:masterfrom
Open
Fix 5 Dependabot security alerts via npm overrides#2041zawata wants to merge 1 commit intonodegit:masterfrom
zawata wants to merge 1 commit intonodegit:masterfrom
Conversation
Add and update npm overrides to resolve high and moderate severity vulnerabilities in transitive dependencies: - tar: upgrade to ^7.5.11 (GHSA-9ppj-qmqm-q256, high - symlink path traversal) - picomatch: upgrade to ^4.0.4 (GHSA-c2c7-rcm5-vvqj, high - ReDoS; GHSA-3v7f-55p6-f55p, medium - method injection) - serialize-javascript: upgrade override to ^7.0.5 (GHSA-qj8w-gfj5-8c6v, medium - CPU exhaustion DoS) - brace-expansion: upgrade to ^2.0.3 and ^1.1.13 (GHSA-f886-m6hf-6m8v, medium - process hang and memory exhaustion) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
using npm overrides
GHSA-3v7f-55p6-f55p, medium — method injection)
exhaustion DoS)
process hang and memory exhaustion)
Test plan
npm auditshows no high/moderate/critical vulnerabilitiesnpm ls tar picomatch serialize-javascript brace-expansionconfirmspatched versions are installed
npm run lint)🤖 Generated with Claude Code