fix: upgrade fast-uri to 4.0.1, 3.1.3, 2.4.2 (CVE-2026-13676) - #54
fix: upgrade fast-uri to 4.0.1, 3.1.3, 2.4.2 (CVE-2026-13676)#54anupamme 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)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe package configuration changes the Suggested reviewers: Merge Risk: ⚪ Minimal · up to This is a localized dependency upgrade with no actionable merge-blocking risk remaining after normal checks and review. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Some tools did not complete. Review the errors below. 🔧 ESLint
package.jsonESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox. 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 Warning |
Summary
Upgrade fast-uri from 3.1.2 to 4.0.1, 3.1.3, 2.4.2 to fix CVE-2026-13676.
Vulnerability
CVE-2026-13676package-lock.json(dependency:fast-uri)Description: fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization
Evidence
Scanner confirmation: trivy rule
CVE-2026-13676flagged this pattern.Changes
package.jsonpackage-lock.jsonBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
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