Skip to content

fix: patch brace-expansion DoS vulnerability (Dependabot #78) - #229

Merged
maximizeIT merged 1 commit into
mainfrom
copilot/fix-dependabot-78
Jul 27, 2026
Merged

fix: patch brace-expansion DoS vulnerability (Dependabot #78)#229
maximizeIT merged 1 commit into
mainfrom
copilot/fix-dependabot-78

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

brace-expansion <=5.0.7 has a high-severity DoS vulnerability where unbounded expansion length causes an OOM crash. It surfaces as a transitive dependency through minimatch.

Changes

  • package.json: adds "brace-expansion": "5.0.8" to the resolutions map, forcing all resolved instances to the patched version
  • yarn.lock: regenerated to reflect the pinned version

Copilot AI changed the title fix: bump brace-expansion to 5.0.8 to patch DoS vulnerability (Dependabot #78) fix: patch brace-expansion DoS vulnerability (Dependabot #78) Jul 27, 2026
Copilot AI requested a review from maximizeIT July 27, 2026 07:47
@maximizeIT
maximizeIT marked this pull request as ready for review July 27, 2026 07:48
@maximizeIT
maximizeIT requested a review from a team as a code owner July 27, 2026 07:48
@maximizeIT
maximizeIT requested a review from taymoor0309 July 27, 2026 07:48
@maximizeIT
maximizeIT enabled auto-merge July 27, 2026 07:48
@maximizeIT
maximizeIT merged commit 454ab99 into main Jul 27, 2026
7 checks passed
@maximizeIT
maximizeIT deleted the copilot/fix-dependabot-78 branch July 27, 2026 08:45
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.

3 participants