aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadashi <[email protected]>2021-11-13 19:28:08 -0300
committerGitHub <[email protected]>2021-11-13 23:28:08 +0100
commitb61949322078c9f58373d62e3b70c46fe7b555e7 (patch)
tree15c2f4cfc5a0b642a9f5da2f7043823578391e90
parente469080febb5f96e5dfceec374bf185aa347b8ee (diff)
downloadawesome-regex-b61949322078c9f58373d62e3b70c46fe7b555e7.tar.xz
awesome-regex-b61949322078c9f58373d62e3b70c46fe7b555e7.zip
Add SafeRegex (#82)
* Add SafeRegex Also added Security category * Remove space Co-authored-by: Aloïs de Gouvello <[email protected]>
-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.