Thoughts about using an eslint plugin for REDOS detection? #1201
Closed
Description
This is a question for discussion, not an issue.
- I am working on a vuln-regex-detector module.
- I will be creating an eslint plugin based on this module in the next day or two. It will make one synchronous HTTP query for each regex it finds in the source code. Queries go to a server I host at Virginia Tech which has a database mapping regexes to pre-computed "is vulnerable?" answers. The server is running the server side of the code in this project.
Once it's ready, does anyone have concerns with adding my REDOS plugin to this project's eslint config?