davisjam / vuln-regex-detector

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

cannot run check-regex.pl CLI #71

Open keyouhui opened 4 years ago

keyouhui commented 4 years ago

[kk@lfgphicprd07444 ~]$ perl check-regex.pl test/check-regex/unsafe-1.json Can't locate JSON/PP.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at check-regex.pl line 11. BEGIN failed--compilation aborted at check-regex.pl line 11.

davisjam commented 4 years ago

Did you run the configure step or try the Dockerfile?