Add RegEx-DoS, an analyzer for regular expressions susceptible to DoS attacks.

This commit is contained in:
Meitar M 2018-10-19 14:43:31 -04:00
parent 0e279aa90f
commit b60ae1b320
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -169,6 +169,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
* [sobelow](https://github.com/nccgroup/sobelow) - Security-focused static analysis for the Phoenix Framework.
* [bandit](https://pypi.python.org/pypi/bandit/) - Security oriented static analyser for python code.
* [Progpilot](https://github.com/designsecurity/progpilot) - Static security analysis tool for PHP code.
* [RegEx-DoS](https://github.com/jagracey/RegEx-DoS) - Analyzes source code for Regular Expressions susceptible to Denial of Service attacks.
#### Web Vulnerability Scanners