davisjam / vuln-regex-detector

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

cache: client/server: batch mode #27

Open davisjam opened 6 years ago

davisjam commented 6 years ago

It would be nice if a single request could glean information about multiple regexes.

The network cost of querying every regex in a project individually (perhaps 100s or 1000s) may be appreciable.