From c1b6c7f407ad82113a64c00497c602e47faa12a4 Mon Sep 17 00:00:00 2001 From: John Gracey Date: Sat, 18 Jun 2016 12:45:12 -0700 Subject: [PATCH] Add RegEx-DoS (#531) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 83f5547..98ad7fd 100644 --- a/readme.md +++ b/readme.md @@ -588,6 +588,7 @@ - [snyk](https://github.com/Snyk/snyk) - CLI and build-time tool to find & fix vulnerable npm dependencies. - [nsp](https://github.com/nodesecurity/nsp) - CLI tool to identify known vulnerabilities in your project. +- [RegEx-DoS](https://github.com/jagracey/RegEx-DoS) - CLI tool to identify possible regex denial of service (ReDos) vulnerabilities in your project. ### Benchmarking