Skip to content

fix(deps): patch brace-expansion 2.x and 5.x DoS vulnerabilities [ENT-54] - #45

Merged
patricklewis merged 1 commit into
masterfrom
dependabot-manual/npm-brace-expansion-20260812
Aug 12, 2026
Merged

fix(deps): patch brace-expansion 2.x and 5.x DoS vulnerabilities [ENT-54]#45
patricklewis merged 1 commit into
masterfrom
dependabot-manual/npm-brace-expansion-20260812

Conversation

@patricklewis

@patricklewis patricklewis commented Aug 12, 2026

Copy link
Copy Markdown

Summary

Manually resolves two Dependabot alerts that Dependabot could not auto-fix.

Closes: Dependabot Alert #90
Closes: Dependabot Alert #89

Dependency Changes

Package Ecosystem Before After Patched in Severity
brace-expansion (^2.0.2) npm 2.0.2 2.1.4 2.1.2 high
brace-expansion (^5.0.2) npm 5.0.3 5.0.9 5.0.7 high

Both installed major lines of the transitive brace-expansion dependency
were vulnerable to DoS via exponential-time expansion of consecutive
non-expanding {} groups:

  brace-expansion 2.0.2 -> 2.1.4 (patched in 2.1.2)
  brace-expansion 5.0.3 -> 5.0.9 (patched in 5.0.7)

The already-present 1.1.18 resolution is outside both vulnerable ranges
and is unchanged.

Resolves Dependabot alerts:
https://github.com/instrumentl/stimulus-sortable/security/dependabot/90
https://github.com/instrumentl/stimulus-sortable/security/dependabot/89
@patricklewis patricklewis added the dependencies Pull requests that update a dependency file label Aug 12, 2026
@patricklewis patricklewis changed the title fix(deps): patch brace-expansion 2.x and 5.x DoS vulnerabilities fix(deps): patch brace-expansion 2.x and 5.x DoS vulnerabilities [ENT-54] Aug 12, 2026
@linear-code

linear-code Bot commented Aug 12, 2026

Copy link
Copy Markdown

ENT-54

@patricklewis
patricklewis marked this pull request as ready for review August 12, 2026 13:49
@patricklewis
patricklewis requested a review from a team August 12, 2026 13:49
@patricklewis
patricklewis merged commit 27a9ea2 into master Aug 12, 2026
1 check passed
@patricklewis
patricklewis deleted the dependabot-manual/npm-brace-expansion-20260812 branch August 12, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants