You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
The project depends on path-parse v1.0.6, which is vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.
Expected behavior:
The project already depends on the patched version of path-parse - v1.0.7 - so remediating this is a matter of removing the dependency on v1.0.6.
Environment information:
react version: N/A
@emotion/react version: multiple, including latest
The text was updated successfully, but these errors were encountered:
Current behavior:
The project depends on path-parse v1.0.6, which is vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.
For more detail see: GHSA-hj48-42vr-x3v9
Expected behavior:
The project already depends on the patched version of path-parse - v1.0.7 - so remediating this is a matter of removing the dependency on v1.0.6.
Environment information:
react
version: N/A@emotion/react
version: multiple, including latestThe text was updated successfully, but these errors were encountered: