Resolve brace-expansion DoS vulnerability - #792
Conversation
Upgraded transitive dependency brace-expansion to secure versions in kctest-frontend/ package.json overrides: - Set global brace-expansion and nested minimatch overrides to ^1.1.18 to fix the vulnerability for 1.x consumers. - Set brace-expansion to ^2.1.4 for editorconfig and js-beautify (which use minimatch@9.x) to satisfy requirements and resolve vulnerabilities in 2.x consumers. Co-authored-by: Jadhielv <24376900+Jadhielv@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe frontend package overrides now pin ChangesDependency override updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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 |
Upgraded transitive dependency brace-expansion to secure versions in kctest-frontend/ package.json overrides: - Set global brace-expansion and nested minimatch overrides to ^1.1.18 to fix the vulnerability for 1.x consumers. - Set brace-expansion to ^2.1.4 for editorconfig and js-beautify (which use minimatch@9.x) to satisfy requirements and resolve vulnerabilities in 2.x consumers. Co-authored-by: Jadhielv <24376900+Jadhielv@users.noreply.github.com>
Resolves the Dependabot vulnerability alert for brace-expansion (DoS via exponential-time expansion of consecutive non-expanding {} groups #175 / CVE-2026-13149) by upgrading to the secure brace-expansion versions 1.1.18 and 2.1.4 in kctest-frontend/package.json overrides.
PR created automatically by Jules for task 11245713315696630418 started by @Jadhielv
Summary by CodeRabbit