davisjam / vuln-regex-detector

Detect vulnerable regexes in your project. REDOS, catastrophic backtracking.
MIT License
316 stars 27 forks source link

Support rust #57

Closed davisjam closed 5 years ago

davisjam commented 5 years ago

Validator can now query regexes in Rust.

All matches in Rust should be in linear time so NBD, but...