Skip to content

Fix CVE-2025-64756: update glob to 10.5.0#47

Merged
swilla merged 1 commit into2.xfrom
fix-dependabot-vuln
Apr 26, 2026
Merged

Fix CVE-2025-64756: update glob to 10.5.0#47
swilla merged 1 commit into2.xfrom
fix-dependabot-vuln

Conversation

@swilla
Copy link
Copy Markdown
Member

@swilla swilla commented Apr 26, 2026

Summary

Background

glob v10.2.0–10.4.x contains a high-severity command injection vulnerability in its CLI (-c/--cmd option). When matched filenames contain shell metacharacters, they are evaluated as shell commands due to shell: true being passed to foregroundChild().

This is a dev-only, transitive dependency — it is not used in production code and the core glob library API is unaffected. The fix is a lock-file-only bump with no changes to package.json.

Test plan

  • Verify npm audit reports 0 vulnerabilities after merge
  • Confirm existing build scripts (npm run build) continue to work

🤖 Generated with Claude Code

Bumps transitive dev dependency glob from 10.3.12 to 10.5.0 to
resolve a high-severity command injection vulnerability in the
glob CLI (-c/--cmd option).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@swilla swilla merged commit 96b25d8 into 2.x Apr 26, 2026
13 checks passed
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