{{ message }}
fix(security): upgrade fast-uri to 3.1.7 (GHSA-5jgf, GHSA-f65p, GHSA-fph4, GHSA-jqff) - #4508
Open
claude[bot] wants to merge 1 commit into
Open
fix(security): upgrade fast-uri to 3.1.7 (GHSA-5jgf, GHSA-f65p, GHSA-fph4, GHSA-jqff)#4508claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
…fph4, GHSA-jqff) Bumps the fast-uri override floor from >=3.1.5 to >=3.1.7 in both apps/api and apps/ui/ingestion-ui to patch four high-severity advisories (host confusion / SSRF). Also adds fast-uri to minimumReleaseAgeExclude so security-patch releases are not blocked by the 12-hour age gate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
apps/apifast-urioverride bumped:>=3.1.5 <4.0.0→>=3.1.7 <4.0.03.1.7, release date:2026-09-02fast-uri: ">=3.1.7 <4.0.0"— the<4.0.0ceiling prevents drift into the v4 major.fast-uriadded tominimumReleaseAgeExcludeinpnpm-workspace.yaml— allows the 12-hour supply-chain age gate to be bypassed for this security-patch release (same pattern asfollow-redirects).apps/ui/ingestion-uifast-urioverride bumped:>=3.1.5 <4.0.0→>=3.1.7 <4.0.03.1.7, release date:2026-09-02fast-uri: ">=3.1.7 <4.0.0"— the<4.0.0ceiling prevents drift into the v4 major.fast-uri@3.1.7added tominimumReleaseAgeExclude(auto-inserted by pnpm) to unblock the age-gated install.Summary by cubic
Upgrades
fast-urifrom 3.1.5 to 3.1.7 in the API and ingestion UI to fix four host-confusion and SSRF advisories: GHSA-5JGF, GHSA-F65P, GHSA-FPH4, and GHSA-JQFF. The existing<4.0.0version ceiling remains in place.Dependencies
fast-uri@3.1.7immediately.Written for commit 48b5f58. Summary will update on new commits.