[Aikido] Fix 15 security issues in @turbo/darwin-64, @turbo/windows-64, ws and 5 more#490
Closed
aikido-autofix[bot] wants to merge 1 commit into
Closed
[Aikido] Fix 15 security issues in @turbo/darwin-64, @turbo/windows-64, ws and 5 more#490aikido-autofix[bot] wants to merge 1 commit into
aikido-autofix[bot] wants to merge 1 commit into
Conversation
|
Contributor
Author
|
Closed by Aikido: a new AutoFix has been created → #491 |
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.
Upgrade dependencies to fix memory disclosure, buffer overflow, and DoS vulnerabilities in WebSocket, UUID, and brace-expansion libraries.
✅ No breaking changes from the
uuid(7.0.3 => 11.1.1) orundici(6.25.0 => 7.24.1) upgrades affect this codebase.uuid: Neither
uuidnor any of its methods are directly imported or used in the codebase. The package appears only as a transitive dependency throughxcode@3.0.1(used by@expo/config-plugins), which is itself a transitive dependency. No code in this project directly calls uuid functions or uses deep imports likerequire('uuid/v4').undici: The package is not directly imported or used in the codebase. While
undiciis a transitive dependency through@expo/cliand Node.js v24.14.0 uses undici internally for the globalfetchAPI, the breaking changes (dropped interceptors, throwOnError, Node.js version requirements, and deduplicate behavior) only affect direct usage of undici's API. The codebase uses the standardfetch()API in several files (scripts/issue-token.mjs,packages/react-native/src/components/QuilttConnector.tsx,packages/capacitor/src/components/QuilttConnector.tsx), which remains unchanged and unaffected by undici's breaking changes.All breaking changes by upgrading uuid from version 7.0.3 to 11.1.1 (CHANGELOG)
require('uuid/v4')is no longer supported.All breaking changes by upgrading undici from version 6.25.0 to 7.24.1 (CHANGELOG)
fix(deduplicate): do not deduplicate non-safe methods by default- This changes the default behavior of the deduplicate interceptor to no longer deduplicate non-safe HTTP methods, which could cause previously deduplicated requests to now be sent multiple times.✅ 15 CVEs resolved by this upgrade
This PR will resolve the following CVEs:
maxoption is applied after generating large numeric ranges, causing excessive memory allocation (~505 MB) and CPU usage (~800ms) even when output is limited to 10 items..server.vuepages via/__nuxt_island/page_*URLs, bypassing route middleware-based authentication and enabling unauthorized access to server-rendered protected content.navigateTo()withexternal: trueinsufficiently sanitizes URLs in server-side HTML redirect responses, allowing attackers to inject arbitrary HTML/JavaScript via unencoded characters like<and>. This enables reflected XSS attacks when user-controlled URLs are passed to the function, typically through redirect parameters.__proto__,constructor, orprototypeinto internal objects, potentially modifying the prototype chain and influencing application behavior or enabling further attacks.__proto__orconstructor, potentially influencing application behavior or enabling further attacks.