Commit a34bfce
Fix CVE-2026-27903, CVE-2026-27904: Upgrade transitive dependency minimatch from 3.1.2/3.0.8 to 3.1.4 (#56179)
Summary:
Pull Request resolved: #56179
Fix CVE-2026-27903, CVE-2026-27904: Upgrade transitive dependency minimatch from 3.1.2/3.0.8 to 3.1.4
## Summary
Upgrading the transitive dependency `minimatch` to 3.1.4 in `xplat/js/react-native-github` to fix:
- CVE-2026-27903 (Inefficient Algorithmic Complexity)
- CVE-2026-27904 (Inefficient Regular Expression Complexity)
Two vulnerable versions were present:
- `minimatch@3.1.2` (via eslint, eslint-plugin-jsx-a11y, eslint-plugin-react, etc.)
- `minimatch@3.0.8` (via microsoft/api-extractor with `~3.0.3` tilde range)
The `^3.x` entries naturally resolved to 3.1.4 after nudging (resolution removed).
The `~3.0.3` entry required a permanent scoped resolution (`microsoft/api-extractor/minimatch: 3.1.4`) because the tilde range caps at `<3.1.0`.
Changelog:
[General][Security] - Bumped minimatch to fix CVE-2026-27903, CVE-2026-27904
Reviewed By: cortinico
Differential Revision: D969971591 parent caf168f commit a34bfce
2 files changed
+14
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3142 | 3142 | | |
3143 | 3143 | | |
3144 | 3144 | | |
3145 | | - | |
3146 | | - | |
3147 | | - | |
3148 | | - | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
3149 | 3149 | | |
3150 | 3150 | | |
3151 | 3151 | | |
| |||
7251 | 7251 | | |
7252 | 7252 | | |
7253 | 7253 | | |
7254 | | - | |
7255 | | - | |
7256 | | - | |
7257 | | - | |
| 7254 | + | |
| 7255 | + | |
| 7256 | + | |
| 7257 | + | |
7258 | 7258 | | |
7259 | 7259 | | |
7260 | 7260 | | |
7261 | 7261 | | |
7262 | | - | |
7263 | | - | |
7264 | | - | |
| 7262 | + | |
| 7263 | + | |
| 7264 | + | |
7265 | 7265 | | |
7266 | | - | |
7267 | | - | |
7268 | | - | |
7269 | | - | |
7270 | | - | |
7271 | | - | |
7272 | | - | |
7273 | | - | |
| 7266 | + | |
7274 | 7267 | | |
7275 | 7268 | | |
7276 | 7269 | | |
| |||
0 commit comments