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

[Snyk: high] Inefficient Regular Expression Complexity (Due: 6/29/24) #6308

Closed
1 task
tmpayton opened this issue May 29, 2024 · 1 comment
Closed
1 task
Assignees
Labels
Security: high Remediate within 30 days
Milestone

Comments

@tmpayton
Copy link
Contributor

Affecting micromatch package, versions <4.0.6

How to fix?
Upgrade micromatch to version 4.0.6 or higher.

Overview
Affected versions of this package are vulnerable to Inefficient Regular Expression Complexity due to the use of unsafe pattern configurations that allow greedy matching through the micromatch.braces() function. An attacker can cause the application to hang or slow down by passing a malicious payload that triggers extensive backtracking in regular expression processing.

Completion Criteria

  • Upgrade micromatch to version 4.0.6 or higher.
@tmpayton tmpayton added the Security: high Remediate within 30 days label May 29, 2024
@tmpayton tmpayton added this to the 25.2 milestone May 29, 2024
@tmpayton tmpayton self-assigned this May 29, 2024
@tmpayton tmpayton closed this as completed Jun 3, 2024
@tmpayton
Copy link
Contributor Author

tmpayton commented Jun 3, 2024

Closed because I was not able to reproduce snyk vulnerability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security: high Remediate within 30 days
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant