in reply to Re^2: Vulnerabilities when editing untrusted code... (Komodo)
in thread Vulnerabilities when editing untrusted code... (Komodo)

well, it actually executes for me:
$ perl -c tst.pl owned tst.pl syntax OK $ perl -MO=Deparse tst.pl owned exit; '' =~ /(?{BEGIN{print "owned\n"}})/; tst.pl syntax OK $ perl --version This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi Copyright 1987-2007, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge. $

Replies are listed 'Best First'.
Re^4: Vulnerabilities when editing untrusted code... (Komodo)
by LanX (Saint) on Jul 01, 2010 at 12:21 UTC
    Thanks!

    my fault, apparently I oversaw the "owend" text before the prompt.

    Thats REALLY strange... 8(

    Cheers Rolf