fix(deps): upgrade ip-address past the new SSRF advisories - #2058
Merged
Conversation
Astro-Han
marked this pull request as ready for review
August 3, 2026 21:00
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
Release macOS arm64run 30850257192 failed atnpm audit --omit=dev --audit-level=highon three advisories againstip-address<=10.3.0, all high:Address4decodes leading-zero octets as decimal while resolvers decode them as octalAll three bypass SSRF and trust-boundary checks. They were published after #2055 merged, where the same audit reported zero vulnerabilities — this is new advisory data against an unchanged tree, not a regression from that upgrade.
ip-address10.2.0 → 10.4.0. It is a transitive dependency reached throughexpress-rate-limit(^10.2.0) andsocks(^10.1.1); 10.4.0 satisfies both, so this is a lockfile change with nopackage.jsonedits.THIRD_PARTY_NOTICES.txtis regenerated in the same commit, because the release packaging step fails on a stale inventory — that is what broke run 30849279454 after #2055. The notice entry moves to 10.4.0 and its repository URL normalizes fromgit://tohttps://; the license stays MIT.Verification
npm audit --omit=dev --audit-level=high: 0 vulnerabilities (was 3 high).npm run check:release: all three gates pass — dist fresh, notices current, no dead CSS.npm cithennpm run build: clean.npm run format:check: clean.Rollout
Re-dispatch
Release macOS arm64once this is onmainand CI is green. Nov0.1.4tag or release exists yet — every failed run stopped beforeCreate draft GitHub Release— so the version does not need another bump.