aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1cfdc0e..e82229b 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Documentation](#documentation)
- [Prototyping and Testing](#prototyping-and-testing)
- [Generators](#generators)
+- [Security](#security)
- [Learning](#learning)
- [Libraries](#libraries)
- [Collections](#collections)
@@ -82,6 +83,10 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Regex Guide](https://regex.guide/playground) - Plain Text to Regex Generator.
- [grex](https://github.com/pemistahl/grex) - A command-line tool and library for generating regular expressions from user-provided test cases.
+## Security
+
+- [SafeRegex](https://github.com/jkutner/saferegex) - A command-line tool for testing regular expressions for [ReDoS](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS) vulnerabilities.
+
## Learning
- [Wikipedia][d1] - Entry on regular expressions.