Redosy is a global npm package that scans your javascript source files for ReDoS
npm install -g redosy
redosy ./path/to/your/project/folder
Redosy scans your application for Regex Denial of Service errors.
Was found the following issues
index.js
/([a-zA-Z]+)*/i on line 3 column 29
/([a-zA-Z]+)*/i on line 4 column 30
// redosy-disable-next-line
const ignoreVulnerableRegex = /([a-zA-Z]+)*/i;