fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
93 stars 38 forks source link

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

Closed tmpayton closed 4 months ago

tmpayton commented 4 months ago

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

tmpayton commented 4 months ago

Closed because I was not able to reproduce snyk vulnerability