https://github.com/leodog896/redos
fast ReDoS prevention in your codebase
https://github.com/leodog896/redos
analysis prevention redos security
Last synced: 10 months ago
JSON representation
fast ReDoS prevention in your codebase
- Host: GitHub
- URL: https://github.com/leodog896/redos
- Owner: LeoDog896
- License: apache-2.0
- Created: 2023-07-09T14:09:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T01:09:31.000Z (over 1 year ago)
- Last Synced: 2025-01-16T16:49:52.250Z (12 months ago)
- Topics: analysis, prevention, redos, security
- Language: Rust
- Homepage: https://leodog896.github.io/redos/
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# redos
fast ReDoS detection in your codebase. detects any superlinear (non `O(n)`) regex matching.
## TODO
- Test with fuzzing