Skip to content

chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability#6118

Merged
antonis merged 1 commit intomainfrom
antonis/bump-uuid
May 8, 2026
Merged

chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability#6118
antonis merged 1 commit intomainfrom
antonis/bump-uuid

Conversation

@antonis
Copy link
Copy Markdown
Contributor

@antonis antonis commented May 8, 2026

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Adds scoped yarn resolutions to bump uuid from 13.0.0 to ^13.0.1 for @appium/support and node-simctl. This fixes the missing buffer bounds check vulnerability in uuid v3/v5/v6 when buf is provided.

This is a dev-only dependency — only appium (E2E testing) and node-simctl (iOS simulator control) use uuid 13.x. The SDK does not depend on uuid at runtime.

Other uuid consumers (lerna 10.x, xcode 7.x) are not in the vulnerable range (≥13.0.0 <13.0.1) and are left unchanged.

💡 Motivation and Context

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

💚 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

…ility

Adds scoped resolutions for @appium/support and node-simctl to upgrade
uuid from 13.0.0 to ^13.0.1. Fixes missing buffer bounds check in
v3/v5/v6 when buf is provided.

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 uuid to ^13.0.1 to fix buffer bounds check vulnerability by antonis in #6118
  • 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 a4bc86c

@antonis antonis marked this pull request as ready for review May 8, 2026 10:33
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 a3f33ce into main May 8, 2026
59 of 64 checks passed
@antonis antonis deleted the antonis/bump-uuid branch May 8, 2026 14:00
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