chore: upgrade brace-expansion to address CVE-2026-13149#1471
Merged
jsourcebot merged 2 commits intoJul 23, 2026
Merged
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
Weak Copyleft Packages (informational)
Resolved Packages (8)
|
brendan-kellam
marked this pull request as ready for review
July 21, 2026 14:08
…ebot-devsourcebot-cve-2026-13149-brace-expansion-ce32 # Conflicts: # CHANGELOG.md
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 patch with no source changes; low risk aside from routine transitive upgrade verification.
Overview
Refreshes transitive
brace-expansioninyarn.lockto patched releases (1.1.16, 2.1.2, 5.0.7) to mitigate CVE-2026-13149 (DoS from exponential-time behavior inexpand()). Existing yarn resolution ranges already allowed these versions, so this is a lockfile-only bump—nopackage.jsonor application code changes.Documents the fix under Unreleased → Fixed in
CHANGELOG.md.Reviewed by Cursor Bugbot for commit 4670693. Bugbot is set up for automated code reviews on this repo. Configure here.