fix: upgrade fast-uri to 4.0.1, 3.1.3, 2.4.2 (CVE-2026-13676) - #50
fix: upgrade fast-uri to 4.0.1, 3.1.3, 2.4.2 (CVE-2026-13676)#50anupamme wants to merge 2 commits into
Conversation
Automated dependency upgrade by OrbisAI Security
|
@anupamme is attempting to deploy a commit to the kaihere14's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
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-13676client/pnpm-lock.yaml(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
client/package.jsonclient/pnpm-lock.yamlBehavior 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