Skip to content

Fix ip-address vulnerability by pinning to ^10.3.1 - #71

Merged
abdulahmad307 merged 1 commit into
mainfrom
copilot/fix-security-issue-ip-address
Aug 7, 2026
Merged

Fix ip-address vulnerability by pinning to ^10.3.1#71
abdulahmad307 merged 1 commit into
mainfrom
copilot/fix-security-issue-ip-address

Conversation

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

ip-address (a transitive dev dependency pulled in via socks, used by Playwright) was pinned at 9.0.5, which is flagged by vuln-mgmt#228061.

Changes

  • Added an overrides entry in package.json forcing ip-address to ^10.3.1
  • Regenerated package-lock.json, which now resolves ip-address to 10.4.0
"overrides": {
  "ip-address": "^10.3.1"
}

Co-authored-by: abdulahmad307 <204748719+abdulahmad307@users.noreply.github.com>
Copilot AI changed the title Fix ip-address vulnerability by updating to 10.3.1 Fix ip-address vulnerability by pinning to ^10.3.1 Aug 7, 2026
Copilot AI requested a review from abdulahmad307 August 7, 2026 17:46
@abdulahmad307
abdulahmad307 marked this pull request as ready for review August 7, 2026 17:50
@abdulahmad307
abdulahmad307 requested a review from a team as a code owner August 7, 2026 17:50
Copilot AI balanced review requested due to automatic review settings August 7, 2026 17:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins the vulnerable transitive ip-address development dependency to a patched release.

Changes:

  • Adds an npm override for ip-address.
  • Regenerates the lockfile with version 10.4.0 and removes obsolete dependencies.
Show a summary per file
File Description
package.json Adds the dependency override.
package-lock.json Locks the patched dependency graph.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@abdulahmad307
abdulahmad307 merged commit 77d7ae4 into main Aug 7, 2026
12 of 14 checks passed
@abdulahmad307
abdulahmad307 deleted the copilot/fix-security-issue-ip-address branch August 7, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants