chore: upgrade brace-expansion to address CVE-2026-13149#1471
Open
linear-code[bot] wants to merge 1 commit into
Open
chore: upgrade brace-expansion to address CVE-2026-13149#1471linear-code[bot] wants to merge 1 commit into
linear-code[bot] wants to merge 1 commit into
Conversation
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1549/sourcebot-devsourcebot-cve-2026-13149-brace-expansion-brace-expansion#agent-session-576113af) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
linear-code
Bot
force-pushed
the
linear/sou-1549-sourcebot-devsourcebot-cve-2026-13149-brace-expansion-ce32
branch
from
July 21, 2026 13:39
8709c45 to
a3b53ab
Compare
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-1549
Refreshes
brace-expansioninyarn.lockto patched versions to address CVE-2026-13149 (DoS via exponential-time complexity inexpand()).The existing
^1.1.13,^2.0.3, and^5.0.5ranges (all requested transitively viaminimatch) already admitted the patched releases, so only a lockfile refresh (yarn up -R brace-expansion) was needed:1.1.14→1.1.162.1.0→2.1.25.0.6→5.0.7yarn why brace-expansionconfirms all three instances are now on patched versions.Note
Low Risk
Dependency-only security patch with no runtime logic changes; low risk aside from routine transitive dependency churn.
Overview
Refreshes
yarn.lockso all transitivebrace-expansioncopies resolve to patched releases, addressing CVE-2026-13149 (DoS from exponential-time behavior inexpand()). No application code changes.Resolved versions move from
1.1.14→1.1.16,2.1.0→2.1.2, and5.0.6→5.0.7. Existing Yarn resolutions inpackage.jsonalready admitted these versions; the change is a lockfile refresh only.Documents the fix under Unreleased → Fixed in
CHANGELOG.md.Reviewed by Cursor Bugbot for commit a3b53ab. Bugbot is set up for automated code reviews on this repo. Configure here.