Bump fast-uri from 3.0.6 to 3.1.7 in /tests/workflows - #2527
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.6 to 3.1.7. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.0.6...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: 3.0.6 -> 3.1.7 (minor)
Semver bump type: minor
Changes:
- Security release fixing 8+ high-severity vulnerabilities in URI parsing:
- GHSA-qw65-cvwx-89v3: authority injection via unvalidated port in serialize()
- GHSA-58mr-gqgx-xq4g: host confusion via unbalanced IP-literal brackets
- GHSA-5jgf-p345-68v8: host confusion via skipped IDN canonicalization
- GHSA-fph4-wmhf-6fwf: SSRF via repeated hostname percent-decoding
- GHSA-f65p-4m7j-42xc: SSRF via malformed IPv6 normalization
- GHSA-jqff-g426-hqxp: host confusion via percent-encoded scheme normalization
- GHSA-7p8r-x3mc-p8w7 and GHSA-v2hh-gcrm-f6hx: additional security fixes
- GHSA-4c8g-83qw-93j6: additional security fix
Breaking changes: None — these are security patches backported to the 3.x line
Security concerns: This bump fixes critical security issues (SSRF, authority injection, host confusion). Upgrading is strongly recommended.
Impact on codebase: Minimal. fast-uri is a transitive dependency (pulled in via ajv). No direct imports or usage found in the codebase. Only tests/workflows/yarn.lock is modified.
Recommendation: SAFE TO MERGE
Notes: Critical security update with no breaking changes. Lockfile-only change scoped to the test directory.
— Claude Code
Bumps fast-uri from 3.0.6 to 3.1.7.
Release notes
Sourced from fast-uri's releases.
... (truncated)
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.