Closed freewil closed 10 years ago
The regex used by isEmail() is ridiculously complicated and is vulnerable to ReDoS attack.
isEmail()
https://github.com/chriso/validator.js/issues/152 https://github.com/dandean/express-form/issues/45
The regex used by
isEmail()
is ridiculously complicated and is vulnerable to ReDoS attack.https://github.com/chriso/validator.js/issues/152 https://github.com/dandean/express-form/issues/45