FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix 5 Dependabot security alerts via npm overrides by zawata · Pull Request #2041 · nodegit/nodegit · GitHub

Fix 5 Dependabot security alerts via npm overrides - #2041

Merged
zawata merged 1 commit into
nodegit:masterfrom
zawata:fix/dependabot-alerts
Apr 20, 2026
Merged

Fix 5 Dependabot security alerts via npm overrides#2041
zawata merged 1 commit into
nodegit:masterfrom
zawata:fix/dependabot-alerts

Conversation

zawata commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • npm audit shows no high/moderate/critical vulnerabilities
  • npm ls tar picomatch serialize-javascript brace-expansion confirms
    patched versions are installed
  • Linting passes (npm run lint)
  • Full test suite passes (requires native build environment)

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
zawata merged commit 51a3cb1 into nodegit:master Apr 20, 2026
17 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL