diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
