chore: upgrade shell-quote to ^1.10.0 to address CVE-2026-13311#1469
Open
linear-code[bot] wants to merge 2 commits into
Open
chore: upgrade shell-quote to ^1.10.0 to address CVE-2026-13311#1469linear-code[bot] wants to merge 2 commits into
linear-code[bot] wants to merge 2 commits into
Conversation
Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
brendan-kellam
marked this pull request as ready for review
July 21, 2026 14:08
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.
Fixes SOU-1550
Resolves CVE-2026-13311 (HIGH), a denial-of-service in
shell-quote'sparse()where finalizing tokens withArray.prototype.concatas a reduce accumulator makes parsing run in O(n²). It reaches us transitively vianpm-run-allandconcurrently.Both existing ranges (
^1.6.1,^1.8.4) already admit the patched release, so this is a lockfile refresh only (yarn up -R shell-quote) — nopackage.jsonchange orresolutionsoverride needed.shell-quotenow resolves to1.10.0, above the fixed1.9.0.Note
Low Risk
Lockfile-only transitive dependency upgrade with no source changes; low operational risk beyond standard dependency refresh validation.
Overview
Security dependency bump for the transitive
shell-quotepackage (vianpm-run-all/concurrently):yarn.locknow resolvesshell-quote1.10.0 instead of 1.8.4, addressing CVE-2026-13311 (DoS inparse()from O(n²) token finalization).There is no
package.jsonchange—only a lockfile refresh. [Unreleased] inCHANGELOG.mddocuments the fix.Reviewed by Cursor Bugbot for commit f5f39f7. Bugbot is set up for automated code reviews on this repo. Configure here.