Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLIUI Vulnerable to Inefficient Regular Expression Complexity #148

Open
Hunter343 opened this issue Jul 13, 2023 · 1 comment
Open

CLIUI Vulnerable to Inefficient Regular Expression Complexity #148

Hunter343 opened this issue Jul 13, 2023 · 1 comment

Comments

@Hunter343
Copy link

CLIUI is using string-width 4.2.0, strip-ansi 6.0.0, and wrap-ansi 7.0.0 which all use ansi-regex 5.0.1 which contains a known vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3807). Updating these packages to the new major version will resolve this vulnerability

@shadowspawn
Copy link
Member

The new major versions are a challenge due to changes in supported runtimes. However, we wanted to find a way forward to have word wrapping supported in ESM anyway.

The dependencies are updated in PR #143

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

No branches or pull requests

2 participants