chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability#6118
Merged
chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability#6118
Conversation
…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>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
Contributor
lucas-zimerman
approved these changes
May 8, 2026
Collaborator
lucas-zimerman
left a comment
There was a problem hiding this comment.
LGTM! once tests passes
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.
📢 Type of change
📜 Description
Adds scoped yarn resolutions to bump
uuidfrom 13.0.0 to^13.0.1for@appium/supportandnode-simctl. This fixes the missing buffer bounds check vulnerability in uuid v3/v5/v6 whenbufis 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
sendDefaultPIIis enabled🔮 Next steps