saferegex
Regex analyzer
A tool to identify potential regular expression vulnerabilities in software
A tool for testing regular expressions for ReDoS vulnerabilities.
52 stars
5 watching
5 forks
Language: Java
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
davisjam/vuln-regex-detector | Detects vulnerable regexes in source code to prevent catastrophic backtracking and other security issues. | 320 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
jagracey/regex-dos | Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 162 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
rurik/java_idx_parser | Analyzes the structure and content of Java Cache IDX files to extract relevant information about malware origins and infection vectors. | 39 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
jjulien/hiera-regex | A data backend for Hiera that matches client facts against regular expression patterns to provide hierarchical data | 12 |
marianobarrios/dregex | A Java library implementing a regular expression engine using deterministic finite automata. | 46 |
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 102 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
burntsushi/rebar | A tool for comparing the performance of different regular expression engines on a set of curated tasks. | 227 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
attackercan/regexp-security-cheatsheet | A resource for identifying and avoiding common security vulnerabilities in regular expressions used in web application security | 711 |
tjenkinson/eslint-plugin-redos-detector | Detects vulnerable regex using an external API | 5 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |