davisjam / vuln-regex-detector

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

fix: clone rxxr2 from github source #79

Closed meekdenzo closed 2 years ago

meekdenzo commented 2 years ago

Cloned rxxr2 directly from github source https://github.com/ConradIrwin/rxxr2 as http://www.cs.bham.ac.uk/~hxt/research/rxxr2/rxxr2.zip was not found.

meekdenzo commented 2 years ago

@davisjam @Trott Please review this and merge. We'll need it for the GitHub action to work.

meekdenzo commented 2 years ago

I think this should do it https://github.com/davisjam/vuln-regex-detector/pull/79/commits/22ec8393da68d4ddfc9359d39ca1ce8064c4d645

davisjam commented 2 years ago

LGTM.