fix: upgrade brace-expansion to 5.0.7, 1.1.16, 2.1.2 (CVE-2026-13149) - #50
fix: upgrade brace-expansion to 5.0.7, 1.1.16, 2.1.2 (CVE-2026-13149)#50anupamme wants to merge 1 commit into
Conversation
Automated dependency upgrade by OrbisAI Security
|
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)
📝 WalkthroughWalkthroughAdds ChangesDependency Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 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 |
|
Спасибо за репорт и PR! Уязвимость закрыта в v0.3.6 — brace-expansion поднят до 5.0.8 (см. CHANGELOG, там отмечен и ваш вклад по #69). Этот PR предлагает более раннюю 5.0.7, так что закрываю как superseded. npm audit на main чистый. |
|
Спасибо за оперативность и за то, что закрыли уязвимость в v0.3.6 (#69)! Логично, что этот PR стал избыточным раз 5.0.8 новее. Спасибо, что отметили вклад в CHANGELOG. |
Summary
Upgrade brace-expansion from 5.0.6 to 5.0.7, 1.1.16, 2.1.2 to fix CVE-2026-13149.
Vulnerability
CVE-2026-13149package-lock.jsonDescription: brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity
Evidence
Scanner confirmation: trivy rule
CVE-2026-13149flagged this pattern.Production code: This file is in the production codebase, not test-only code.
Threat Model Context
This is a Node.js library - vulnerabilities affect downstream consumers who use this package.
Changes
package.jsonpackage-lock.jsonBehavior Preservation
The change is scoped to 2 files on the vulnerable path, and the project's existing tests still pass, so intended behavior is unchanged.
Verification
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security
Summary by CodeRabbit