fix: resolve CVE-2026-14257 in brace-expansion - #278
Conversation
Upgrade brace-expansion to satisfy >=1.1.17 Advisory: GHSA-mh99-v99m-4gvg Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe package configuration replaces the broad ChangesDependency override update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized dependency-only update intended to use the patched brace-expansion version; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What does this PR do?
Fix high severity vulnerability CVE-2026-14257 in
brace-expansion.Advisory: brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash
Vulnerable versions: <1.1.17
Patched versions: >=1.1.17
Advisory URL: GHSA-mh99-v99m-4gvg
Screenshot / video of UI
N/A - dependency update only.
What issues does this PR fix or reference?
Fixes CVE-2026-14257: brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash
How to test this PR?
Run
pnpm auditand verify CVE-2026-14257 is no longer reported