fix(security): remediate fast-uri host confusion advisory (High) - #697
Open
fro-bot wants to merge 1 commit into
Open
fix(security): remediate fast-uri host confusion advisory (High)#697fro-bot wants to merge 1 commit into
fro-bot wants to merge 1 commit into
Conversation
fast-uri (transitive devDependency via ajv <- eslint-plugin-json-schema-validator <- @bfra.me/eslint-config) is vulnerable to GHSA-v2hh-gcrm-f6hx: host confusion via literal backslash authority delimiter (Dependabot alert #43, High severity). Patched in fast-uri 3.1.4. The existing pnpm-workspace.yaml override (added in #655 for earlier fast-uri advisories) pinned to ^3.1.3, which is itself within the newly disclosed vulnerable range (>= 3.0.0, <= 3.1.3). Bumped the override to ^3.1.4 and regenerated the lockfile. Verified: pnpm lint (0 errors), pnpm build, pnpm test (1298/1298 passing).
This was referenced Jul 23, 2026
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
Dependabot alert #43 (High severity, GHSA-v2hh-gcrm-f6hx):
fast-uriis vulnerable to host confusion via a literal backslash authority delimiter.fast-uriis a transitivedevDependency(viaajv<-eslint-plugin-json-schema-validator<-@bfra.me/eslint-config). The existingpnpm-workspace.yamloverride (added in #655 for two earlierfast-uriadvisories) pinned to^3.1.3, which is itself within the newly disclosed vulnerable range (>= 3.0.0, <= 3.1.3).Fix
Bumped the
pnpm-workspace.yamloverride from^3.1.3to^3.1.4(first patched version) and regeneratedpnpm-lock.yaml. Minimal, reversible, no directpackage.jsonchanges.Verification
pnpm lint— 0 errors (44 pre-existing warnings, unrelated)pnpm build—tsc && vite buildsucceededpnpm test— 1298/1298 tests passing🤖 Generated by Fro Bot daily autohealing run.