chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in docs - #66
Merged
Conversation
Dependabot alert 5 flags GHSA-7p8r-x3mc-p8w7 (CVE-2026-18446, high): fast-uri below 3.1.5 does not treat a backslash authority introducer as equivalent to `//`, so its host extraction can disagree with Node's WHATWG URL parser. The package is a transitive docs-site dependency reached through @docusaurus/core -> webpack-dev-server -> schema-utils -> ajv, and the existing `^3.0.1` range already admits the patched release, so only the docs lockfile pin moves. Validation: docs `npm ls fast-uri` resolves 3.1.5 with the installed tree on disk at 3.1.5, `npm run build` in docs succeeds for both en and zh-Hans, and node --test over dependency-governance, docs-site, and docs-dx passes (16/16). Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
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.
What
Bumps the transitive
fast-uripin indocs/package-lock.jsonfrom 3.1.4 to 3.1.5. Lockfile-only change (3 lines: version, resolved, integrity); nopackage.jsonedits are needed because the existing^3.0.1range already admits the patched release.Why
Resolves Dependabot alert https://github.com/QoderAI/better-harness/security/dependabot/5 — GHSA-7p8r-x3mc-p8w7 / CVE-2026-18446 (high, CWE-436).
fast-uribefore 3.1.5 only recognizes a literal//authority introducer, so a reference using\\,/\, or\/folds the host into the path while Node's WHATWGURL(used byfetch/undici) reads it as a host — a host-confusion desync for any allowlist or SSRF filter built onfast-uri.Dependency path:
@docusaurus/core -> webpack-dev-server -> schema-utils -> ajv -> fast-uri. Impact here is limited to the docs build toolchain, but the alert is on the default branch, so it stays open until the patched pin lands.Note: this closes a Dependabot alert, not issue #5 (an unrelated, already-closed adapters issue), so no
Closestrailer is used. GitHub resolves the alert automatically once the lockfile fix is onmain.Validation
npm ls fast-uriindocs/resolves 3.1.5, and the installed tree on disk is 3.1.5 (a--package-lock-onlyupdate alone leaves the old copy innode_modules, so it was reinstalled and re-verified).npm run buildindocs/succeeds for bothenandzh-Hans.node --test test/dependency-governance.test.mjs test/docs-site.test.mjs test/docs-dx.test.mjs→ 16/16 pass.Risk
Low. Patch-level bump of a build-time transitive dependency, verified by a full docs production build.