Skip to content

chore(deps): bump socks to ^2.8.8 to fix ip-address vulnerability#6117

Merged
antonis merged 2 commits into
mainfrom
antonis/bump-socks
May 8, 2026
Merged

chore(deps): bump socks to ^2.8.8 to fix ip-address vulnerability#6117
antonis merged 2 commits into
mainfrom
antonis/bump-socks

Conversation

@antonis
Copy link
Copy Markdown
Contributor

@antonis antonis commented May 8, 2026

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Adds a yarn resolution to bump socks from 2.8.3 to ^2.8.8. This causes ip-address (a transitive dependency of socks) to upgrade from 9.0.5 to ^10.1.1, fixing the XSS vulnerability in Address6 HTML-emitting methods.

This is a dev-only dependency (used by socks-proxy-agent in dev tooling). It does not affect the SDK runtime.

💡 Motivation and Context

Fixes https://github.com/getsentry/sentry-react-native/security/dependabot/527

💚 How did you test it?

  • yarn install
  • yarn build
  • yarn test (263 tests passed) ✅
  • yarn lint:lerna

📝 Checklist

  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • All tests passing
  • No breaking changes

🔮 Next steps

Resolves Dependabot alert #527. socks 2.8.8 upgrades ip-address from
9.0.5 to ^10.1.1, which fixes the XSS in Address6 HTML-emitting methods.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): bump socks to ^2.8.8 to fix ip-address vulnerability by antonis in #6117
  • chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability by antonis in #6118
  • test(replay): Add passthrough tests for device-state replay breadcrumbs by antonis in #6115
  • chore(deps): update JavaScript SDK to v10.52.0 by github-actions in #6108
  • chore(deps): bump basic-ftp from 5.3.0 to 5.3.1 by dependabot in #6111

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against f687d9d

@antonis antonis marked this pull request as ready for review May 8, 2026 10:34
Copy link
Copy Markdown
Collaborator

@lucas-zimerman lucas-zimerman left a comment

Choose a reason for hiding this comment

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

LGTM! once tests passes

@antonis antonis merged commit 4e0ba9c into main May 8, 2026
56 of 61 checks passed
@antonis antonis deleted the antonis/bump-socks branch May 8, 2026 14:17
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.

2 participants