Bump ip-address from 10.2.0 to 10.4.0 in /tests/functional - #2475
Bump ip-address from 10.2.0 to 10.4.0 in /tests/functional#2475dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/beaugunderson/ip-address/releases) - [Commits](beaugunderson/ip-address@v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.4.0 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: 10.2.0 -> 10.4.0 (minor, 5 intermediate releases)
Semver bump type: minor
Changes:
- Security fixes: SSRF bypass prevention (GHSA-22jq-vg5j-6vgg) — classifier methods (
isLoopback,isLinkLocal,isMulticast,isUnspecified) now correctly handle IPv4-mapped/NAT64 addresses - New
isHostInSubnetmethod; internal classifiers switched fromisInSubnettoisHostInSubnet toByteArray()now always returns full 16 bytes for IPv6 (was returning shorter arrays for e.g.::1)fromURLport validation off-by-one fix: port 65536 now correctly rejected- New methods:
embeddedIPv4(),isPrivate(),isCGNAT(),isBroadcast() - CI migration from CircleCI to GitHub Actions
Breaking changes: Behavioral change in classifier methods for IPv4-mapped/NAT64 addresses, but these are security-driven corrections (SSRF bypass prevention), not regressions.
Security concerns: None
preparescript added (git config core.hooksPath hooks || true) — benign Git hooks configuration; does not run on registry installs- New npm releaser (GitHub Actions) — legitimate CI migration from CircleCI
- Zero runtime dependencies — minimal supply chain risk
- Contains important SSRF bypass fixes that should be applied
Impact on codebase: No affected patterns found
ip-addressis a transitive dependency (required at^10.1.1viasocks)- No direct usage of
Address4,Address6, orip-addressanywhere in this codebase - Only
tests/functional/yarn.lockchanged (3 additions, 3 deletions)
Recommendation: SAFE TO MERGE
Notes: This update contains security fixes (SSRF bypass prevention) and should be merged promptly. Some CI checks were still in progress at review time but none had failed.
— Claude Code
Bumps ip-address from 10.2.0 to 10.4.0.
Release notes
Sourced from ip-address's releases.
Commits
fbb8db210.4.045a2b11Validate the byte arrays Address6 is given (#217)bac8810Keep the package loadable on node 12, and enforce it (#216)9b3d848Add a security policy and a README section on security posturee84a7b3Order the README API reference Address4, Address6, AddressError015160bCollapse each class in the README API reference34061a8Pin checkout and setup-node to commits in the release jobc5fae5dPin action-gh-release to a commit and move it to 3.0.2e0ef048Replace CircleCI with GitHub Actions5e3ceb7Add GitHub Actions CI across Node 20, 22, 24 and 25 (#213)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for ip-address since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Dependabot 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.