Merge pull request #255 from meitar/regex-dos

Add RegEx-DoS, an analyzer for regular expressions susceptible to DoS attacks.
This commit is contained in:
Samar Dhwoj Acharya 2018-10-19 15:42:37 -04:00 committed by GitHub
commit 85b403f870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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