davisjam / vuln-regex-detector

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

cache: server: Tool to move SAFE patterns from lookup table to unknown table #43

Closed davisjam closed 6 years ago

davisjam commented 6 years ago

The regex .+\@.+\..+ is unsafe but DB thinks it is safe due to #40 (fixed in #41).

davisjam commented 6 years ago

The server should re-scan its SAFE opinions.