Skip to content

fix: resolve CVE-2026-27903 minimatch ReDoS#299

Merged
msingleton merged 3 commits intomainfrom
mike/CVE-2026-27903
Mar 11, 2026
Merged

fix: resolve CVE-2026-27903 minimatch ReDoS#299
msingleton merged 3 commits intomainfrom
mike/CVE-2026-27903

Conversation

@msingleton
Copy link
Copy Markdown
Member

Summary

  • Add minimatch >= 9.0.7 resolution to fix ReDoS via GLOBSTAR backtracking (CVE-2026-27903)
  • Remove fast-xml-parser resolution (no longer needed after @react-native-community/cli upgrade to 20.1.2)
  • Upgrade @react-native-community/cli packages from 20.0.0 to 20.1.2

Test plan

  • yarn test passes
  • Verified minimatch@9.0.5 no longer in yarn.lock
  • All changes are dev-only dependencies — no impact on shipped SDK

🤖 Generated with Claude Code

…ml-parser

Add minimatch >=9.0.7 resolution to fix ReDoS via GLOBSTAR backtracking.
Remove fast-xml-parser resolution (no longer needed after @react-native-community/cli upgrade).
Upgrade @react-native-community/cli packages from 20.0.0 to 20.1.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Regenerated lockfile after merging main to ensure consistency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@msingleton msingleton merged commit 1e1cd93 into main Mar 11, 2026
0 of 3 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.

2 participants