[VULN-1563] Bump undici and shell-quote for security fixes#1327
Closed
aaronmars wants to merge 1 commit into
Closed
[VULN-1563] Bump undici and shell-quote for security fixes#1327aaronmars wants to merge 1 commit into
aaronmars wants to merge 1 commit into
Conversation
4c6c6bd to
ff761ef
Compare
Contributor
Author
|
Closing in favor of #1328. The branch name here (fix/VULN-1563-VULN-1544-security-deps) contains a slash, which breaks this repo's prerelease CI job. Same fix, renamed branch. |
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.
Summary
undici6.25.0 -> 6.27.0 (transitive, via node-gyp), patching a WebSocket client DoS via fragment count bypass: GHSA-vxpw-j846-p89q / CVE-2026-12151.shell-quote1.7.3 -> 1.9.0 (transitive, via concurrently), patching a newline-escaping vulnerability inquote()'s.ophandling: GHSA-w7jw-789q-3m8p / CVE-2026-9277.^6.25.0and^1.7.3respectively) that permit the patched versions; the lockfile was just stale. Fixed viayarn up -R undici shell-quote, a lockfile-only change. No package.json edits, no overrides/resolutions needed.Tickets
Test plan
yarn installcompleted cleanly.yarn why undiciandyarn why shell-quotethat both now resolve to the patched versions.