in reply to Re: Perl module search engine
in thread Perl module search engine
$ perl -wle ' "any string" =~ m/$ARGV[0]/' "(?{system 'cat /etc/passwd +'})" Eval-group not allowed at runtime, use re 'eval' in regex m/(?{system +'cat /etc/passwd'})/ at -e line 1.
The real problem are denial-of-service attacks with endlessly backtracking regexes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl module search engine
by jacques (Priest) on Jun 15, 2008 at 21:02 UTC | |
by moritz (Cardinal) on Jun 15, 2008 at 21:48 UTC | |
by jacques (Priest) on Jun 15, 2008 at 22:17 UTC |