Skip to content

fix(security): resolve glob command injection (CVE-2025-64756)#4

Merged
alexpota merged 1 commit intomainfrom
security/fix-glob-cve-2025-64756
Nov 18, 2025
Merged

fix(security): resolve glob command injection (CVE-2025-64756)#4
alexpota merged 1 commit intomainfrom
security/fix-glob-cve-2025-64756

Conversation

@alexpota
Copy link
Owner

Summary

Fixes Dependabot security alert #2 by addressing CVE-2025-64756, a command injection vulnerability in glob CLI versions 10.3.7-11.0.3.

Changes

  • Add npm override to enforce glob ^11.1.0 across all transitive dependencies

Security Impact

  • Resolves CVE-2025-64756 (glob CLI command injection, CVSS 7.5)
  • All glob dependencies upgraded from vulnerable versions to 11.1.0+
  • Vulnerability affects dev dependencies only (jest, tsup)

Testing

  • All unit tests pass (20/20)
  • Build successful
  • Linting passes
  • npm audit shows zero vulnerabilities

Breaking Changes

None. Glob 11 is API-compatible with version 10 for programmatic use.

Closes #2

Addresses Dependabot alert #2 for glob CLI command injection vulnerability.

- Add npm override to enforce glob ^11.1.0 across all dependencies
- Upgrades vulnerable glob versions (7.2.3, 10.4.5) to patched 11.1.0
- Affects dev dependencies only (jest, tsup)

All glob dependencies now use patched version 11.1.0+.
All tests pass, build successful, zero vulnerabilities.
@alexpota alexpota merged commit 79bb3df into main Nov 18, 2025
6 checks passed
@alexpota alexpota deleted the security/fix-glob-cve-2025-64756 branch November 18, 2025 10:57
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