fix(deps): ignore ip-address/undici in dependabot -- nested unreachable copies - #41
Merged
Merged
Conversation
…le copies in npm's bundled tree Unlike other node-* repos in this fleet, node-immybot never had the standard ip-address ignore entry applied, and undici shares the identical shape. Both packages' Dependabot Security update jobs fail silently (security_update_not_possible, no PR ever opens). Confirmed via package-lock.json: each is node_modules/npm/node_modules/<pkg>, nested inside npm's own bundled dependency tree, unreachable via any top-level dependency management. Same mechanism already empirically verified via an overrides-pin test on node-ninjaone (undici, WYRE-AI/node-ninjaone#74; ip-address, 2026-08-06). Adds ignore rules for both. The underlying GHSA alerts stay visible on the Security tab regardless.
Contributor
Author
|
Reviewed (maintainer). Verified against real artifacts, not just the description — new case (never had the ip-address ignore before), checked independently:
Verdict: approve |
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 25, 2026
## [1.0.4](v1.0.3...v1.0.4) (2026-08-25) ### Bug Fixes * **deps:** ignore ip-address/undici in dependabot -- nested unreachable copies in npm's bundled tree ([#41](#41)) ([57f4536](57f4536)), closes [WYRE-AI/node-ninjaone#74](WYRE-AI/node-ninjaone#74)
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
Unlike other node-* repos in this fleet, node-immybot never had the standard
ip-addressignore entry applied, andundicishares the identical shape. Both packages' Dependabot Security update jobs fail silently (security_update_not_possible, no PR ever opens).Confirmed via
package-lock.json: each isnode_modules/npm/node_modules/<pkg>(ip-address@10.2.0, undici@6.27.0), nested inside npm's own bundled dependency tree -- npm shipsbundleDependenciescovering its entire tree, vendored/pre-resolved at publish time. Same mechanism already empirically verified via an overrides-pin test on node-ninjaone: undici in WYRE-AI/node-ninjaone#74, ip-address on 2026-08-06.Adds ignore rules for both. The underlying GHSA alerts stay visible on the Security tab regardless.
Test plan
node_modules/npm/, no reachable top-level pathNeed help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.