in reply to Perl module search engine
Update: thanks to moritz for explaining that this example isn't actually a problem. However, checking (and laundering) tainted data is always a good idea, specially when dealing with web apps.my $re = qr|(?{system 'cat /etc/passwd'})|; "any string" =~ $re;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl module search engine
by moritz (Cardinal) on Jun 15, 2008 at 14:50 UTC | |
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 |