Skip to content

chore: upgrade brace-expansion to address CVE-2026-13149#1471

Open
linear-code[bot] wants to merge 1 commit into
mainfrom
linear/sou-1549-sourcebot-devsourcebot-cve-2026-13149-brace-expansion-ce32
Open

chore: upgrade brace-expansion to address CVE-2026-13149#1471
linear-code[bot] wants to merge 1 commit into
mainfrom
linear/sou-1549-sourcebot-devsourcebot-cve-2026-13149-brace-expansion-ce32

Conversation

@linear-code

@linear-code linear-code Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Fixes SOU-1549

Refreshes brace-expansion in yarn.lock to patched versions to address CVE-2026-13149 (DoS via exponential-time complexity in expand()).

The existing ^1.1.13, ^2.0.3, and ^5.0.5 ranges (all requested transitively via minimatch) already admitted the patched releases, so only a lockfile refresh (yarn up -R brace-expansion) was needed:

  • 1.1.141.1.16
  • 2.1.02.1.2
  • 5.0.65.0.7

yarn why brace-expansion confirms 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.lock so all transitive brace-expansion copies resolve to patched releases, addressing CVE-2026-13149 (DoS from exponential-time behavior in expand()). No application code changes.

Resolved versions move from 1.1.141.1.16, 2.1.02.1.2, and 5.0.65.0.7. Existing Yarn resolutions in package.json already 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.

@linear-code
linear-code Bot force-pushed the linear/sou-1549-sourcebot-devsourcebot-cve-2026-13149-brace-expansion-ce32 branch from 8709c45 to a3b53ab Compare July 21, 2026 13:39
@github-actions

Copy link
Copy Markdown
Contributor

License Audit

❌ Audit failed to produce results. Check the workflow logs for details.

@brendan-kellam
brendan-kellam marked this pull request as ready for review July 21, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants