Skip to content

Fix: brace-expansion DOS vulnerability#5

Merged
badasswp merged 5 commits intorelease-1.0.9from
fix/brace-expansion-vulnerability
Jul 20, 2025
Merged

Fix: brace-expansion DOS vulnerability#5
badasswp merged 5 commits intorelease-1.0.9from
fix/brace-expansion-vulnerability

Conversation

@badasswp
Copy link
Owner

This PR fixes the security issue: #2

Description / Background Context

A vulnerability was found in juliangruber brace-expansion up to 1.1.11/2.0.1/3.0.0/4.0.0. It has been rated as problematic. Affected by this issue is the function expand of the file index.js. The manipulation leads to inefficient regular expression complexity. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. Upgrading to version 1.1.12, 2.0.2, 3.0.1 and 4.0.1 is able to address this issue.

The name of the patch is a5b98a4f30d7813266b221435e1eaaf25a1b0ac5. It is recommended to upgrade the affected component.

Testing Instructions

  • Re-run pnpm install.
  • Observe that brace-expansion patch is now in place.
  • sculpt cli works correctly as before.

@badasswp badasswp self-assigned this Jul 20, 2025
@badasswp badasswp added the bug Something isn't working label Jul 20, 2025
@badasswp badasswp merged commit 073c54d into release-1.0.9 Jul 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant