fix(deps): bump fast-uri 3.1.0β3.1.2 - #134
Merged
Merged
Conversation
Closes two high-severity Dependabot alerts: - #7: path traversal via percent-encoded dot segments (fast-uri β€3.1.1) - #11: host confusion via percent-encoded authority components (fast-uri β€3.1.1) Fix: add `"fast-uri": "^3.1.2"` to package.json overrides (same pattern as #120 ip-address and other prior lockfile security fixes). Surgical lockfile patch β only the version + integrity hash for node_modules/fast-uri changed. Validates with bare `npm ci` (no --include=optional or other flags). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Summary
Closes two high-severity Dependabot security alerts via package.json
overridesentry:../../) β affects any code callinguri.pathon crafted URIsuri.hostBoth fixed by
fast-uri >= 3.1.2.Changes
package.json: add"fast-uri": "^3.1.2"tooverrides(same pattern as fix(deps): bump ip-address 10.1.0β10.2.0 to close Dependabot alert #4Β #120 ip-address fix)package-lock.json: surgical patch β onlynode_modules/fast-uriversion + integrity changed (3.1.0 β 3.1.2); no other entries modifiedVerification
Lockfile is portable (no
--include=optionalor other flags needed).Dependency path
fast-uriis a transitive dep viaajv(JSON schema validation).