Skip to content

chore(deps-dev): bump ip-address from 10.2.0 to 10.5.0 - #32

Merged
zedarvates merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ip-address-10.5.0
Aug 13, 2026
Merged

chore(deps-dev): bump ip-address from 10.2.0 to 10.5.0#32
zedarvates merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ip-address-10.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps ip-address from 10.2.0 to 10.5.0.

Release notes

Sourced from ip-address's releases.

v10.5.0

What's Changed

Full Changelog: beaugunderson/ip-address@v10.4.0...v10.5.0

v10.4.0

What's Changed

Full Changelog: beaugunderson/ip-address@v10.3.1...v10.4.0

v10.3.1

Full Changelog: beaugunderson/ip-address@v10.3.0...v10.3.1

v10.3.0

Full Changelog: beaugunderson/ip-address@v10.2.2...v10.3.0

v10.2.2

Full Changelog: beaugunderson/ip-address@v10.2.1...v10.2.2

v10.2.1

Full Changelog: beaugunderson/ip-address@v10.2.0...v10.2.1

Commits
  • ef98e0a 10.5.0
  • 9fd1110 Correct the documentation where it disagreed with the library (#219)
  • d478737 Honor the fromURL graceful-failure contract for non-IPv6 hosts (#218)
  • fbb8db2 10.4.0
  • 45a2b11 Validate the byte arrays Address6 is given (#217)
  • bac8810 Keep the package loadable on node 12, and enforce it (#216)
  • 9b3d848 Add a security policy and a README section on security posture
  • e84a7b3 Order the README API reference Address4, Address6, AddressError
  • 015160b Collapse each class in the README API reference
  • 34061a8 Pin checkout and setup-node to commits in the release job
  • Additional commits viewable in compare view
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 prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.2.0 to 10.5.0.
- [Release notes](https://github.com/beaugunderson/ip-address/releases)
- [Commits](beaugunderson/ip-address@v10.2.0...v10.5.0)

---
updated-dependencies:
- dependency-name: ip-address
  dependency-version: 10.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

Copy link
Copy Markdown
Owner

Root lockfile validation — high-severity ip-address fix

Scope confirmed: this PR changes only root package-lock.json, from ip-address 10.2.0 to 10.5.0.

It addresses open root Dependabot alert #406, GHSA-mwp4-54f8-5fhr / CVE-2026-69192 (high, CVSS v4 7.7): ambiguous leading-zero IPv4 octets can cause resolver/classifier disagreement and SSRF trust-boundary bypass. The first patched version is 10.3.1; 10.5.0 is above that floor.

Verified

  • clean npm ci --ignore-scripts succeeded;
  • installed dependency chain resolves exactly ip-address@10.5.0;
  • root CLI TypeScript build passed;
  • Sonar Quality Gate passed with 0 new issues/hotspots.

Limits / blockers

Keep #32 unmerged until the required complete check matrix exists and is green. It remains a valid surgical fallback for the root high-severity alert.

Copy link
Copy Markdown
Owner

Additional functional proof: with the clean PR #32 install, require('ip-address/package.json').version returns 10.5.0, and Address4.isValid('012.0.0.1') returns false. This directly verifies the leading-zero IPv4 ambiguity used by GHSA-mwp4-54f8-5fhr is rejected in the installed root tree.

@zedarvates
zedarvates merged commit 4d79135 into main Aug 13, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ip-address-10.5.0 branch August 13, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant