diff options
| author | Tadashi <[email protected]> | 2021-11-13 19:28:08 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-13 23:28:08 +0100 |
| commit | b61949322078c9f58373d62e3b70c46fe7b555e7 (patch) | |
| tree | 15c2f4cfc5a0b642a9f5da2f7043823578391e90 | |
| parent | e469080febb5f96e5dfceec374bf185aa347b8ee (diff) | |
| download | awesome-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.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. |
