Bump fast-uri from 3.1.4 to 3.1.7 in /tests/functional - #2526
Bump fast-uri from 3.1.4 to 3.1.7 in /tests/functional#2526dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.7. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.4...v3.1.7) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: fast-uri 3.1.4 -> 3.1.7 (patch)
Semver bump type: patch (3 patch releases: v3.1.5, v3.1.6, v3.1.7)
Changes:
- v3.1.5: Fix for GHSA-7p8r-x3mc-p8w7
- v3.1.6: Fixes for 4 high-severity advisories — host confusion via IDN canonicalization (GHSA-5jgf-p345-68v8), SSRF via repeated hostname percent-decoding (GHSA-fph4-wmhf-6fwf), SSRF via malformed IPv6 normalization (GHSA-f65p-4m7j-42xc), host confusion via percent-encoded scheme normalization (GHSA-jqff-g426-hqxp)
- v3.1.7: Fixes for authority injection via unvalidated port (GHSA-qw65-cvwx-89v3) and host confusion via IP-literal brackets (GHSA-58mr-gqgx-xq4g)
Breaking changes: None — all three releases are security-only patches with no API changes.
Security concerns: All positive — this bump resolves 7 high-severity URI parsing vulnerabilities (SSRF, authority injection, host confusion). Upgrade is strongly recommended.
Impact on codebase: Minimal. fast-uri is a transitive dependency of ajv (JSON schema validation). It appears only in lockfiles (tests/functional/yarn.lock, tests/workflows/yarn.lock). No direct imports or usage of fast-uri APIs exist in the source code. The PR changes only tests/functional/yarn.lock (3 lines added, 3 removed).
Recommendation: SAFE TO MERGE
Notes: Critical security update with zero risk of breakage — lockfile-only change for a transitive dependency with no direct usage. Should be merged promptly given the severity of the fixed vulnerabilities.
— Claude Code
Bumps fast-uri from 3.1.4 to 3.1.7.
Release notes
Sourced from fast-uri's releases.
Commits
412e40aBumped v3.1.79f4c943fix: backport port and IP-literal validation to v3.x (#216)1eb3ce4fix: treat unterminated bracket hosts as reg-names again (#214)6f970b2Bumped v3.1.6d941579fix: never run IDN canonicalization on bracketed IP literalsc0f0279test: adapt decoded-scheme handler assertion to 3.x (no mailto scheme)37f3417Merge commit from fork607bfbeMerge commit from forkae92a4cMerge commit from fork444ecdaMerge commit from forkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.