From b60ae1b320756efed87fd0e4bcd4a9cc6a124830 Mon Sep 17 00:00:00 2001
From: Meitar M <meitarm@gmail.com>
Date: Fri, 19 Oct 2018 14:43:31 -0400
Subject: [PATCH] Add RegEx-DoS, an analyzer for regular expressions
 susceptible to DoS attacks.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c288a99..0b2eeb5 100644
--- a/README.md
+++ b/README.md
@@ -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