Commit 6b6f03f
committed
fix: add safe yarn resolutions for known vulnerabilities
Patch-level resolutions within existing major versions, minimal
breakage risk:
- lodash ^4.17.23: forces transitive consumers to patched version
(prototype pollution via _.unset/_.omit)
- nanoid ^3.3.8: CVE-2024-55565 predictable ID generation (patch in 3.x)
- validator ^13.15.22: URL bypass + special element filtering (patch in 13.x)
- @babel/runtime ^7.26.10: ReDoS in named capturing groups (patch in 7.x)
- ajv ^6.14.0: ReDoS via $data option (patch in 6.x, subsumes Dependabot #1774)
- systeminformation ^5.31.0: raises existing CVE-2026-26318 command
injection resolution from ^5.24.0 to latest patched release1 parent 52084af commit 6b6f03f
2 files changed
Lines changed: 277 additions & 337 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
0 commit comments