regexp-security-cheatsheet
Regexp vulnerability guide
A resource for identifying and avoiding common security vulnerabilities in regular expressions used in web application security
707 stars
35 watching
105 forks
Language: PHP
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Escapes special characters in regular expressions to ensure safe string insertion | 584 |
| | Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 163 |
| | Standardizes escaping of string characters for use in regular expressions. | 375 |
| | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| | Detects vulnerable regexes in source code to prevent catastrophic backtracking and other security issues. | 320 |
| | Automated tool for detecting cross-site scripting (XSS) and SQL injection vulnerabilities in web applications. | 44 |
| | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| | A regular expression library for matching ANSI escape codes | 188 |
| | A live regular expression testing environment built with curses. | 8 |
| | A tool to identify potential regular expression vulnerabilities in software | 52 |
| | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| | A C-language regular expression engine designed for speed and simplicity. | 10 |
| | Tools for analyzing and exploiting vulnerabilities in Linux systems | 176 |
| | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| | A comprehensive resource for penetration testing and vulnerability assessment | 669 |