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

Fix for Regular Expression Denial of Service (ReDoS) - please release new version #174

Open
Arun-KumarH opened this issue Jun 28, 2019 · 4 comments

Comments

@Arun-KumarH
Copy link

for-ever monitor is using an old version of chokidar
"chokidar": "^1.7.0" and this has a dependency on braces package which has below vulnerability.

WS-2019-0019
(https://github.com/micromatch/braces/commit/abdafb0cae1e0c00f184abbadc692f4eaa98f451)
moderate severity
Vulnerable versions: < 2.3.1
Patched version: 2.3.1

Version of braces prior to 2.3.1 are vulnerable to Regular Expression Denial of Service (ReDoS). Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service.

Can we expect a new release after the dependencies being updated ?

@kibertoad
Copy link
Contributor

@indexzero

@JoBrad
Copy link

JoBrad commented Jul 25, 2019

Any updates on getting a new release pushed that fixes this? Thanks.

@christonomous
Copy link

+1

@MattyJ007
Copy link

👍 Pretty please

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

5 participants