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
STCLI-226: Upgrade Mocha from 9 to 10 fixing ReDoS
mocha before version 10.1.0 has a Regular Expression Denial of Service (ReDoS) vulnerability in the clean function in utils.js:
* https://github.com/mochajs/mocha/releases/tag/v10.1.0
Mocha 9 has reached its end of life and is no longer supported.
stripes-cli uses mocha ^9.0.0 and should upgrade to a supported version that is not vulnerable.
0 commit comments