in reply to Re^2: Simple XML Dumper
in thread Simple XML Dumper

If the script is setuid, it's considerably worse than perl -e.

Replies are listed 'Best First'.
Re^4: Simple XML Dumper
by moritz (Cardinal) on Sep 30, 2008 at 14:32 UTC
    If the script is setuid, taint checking is enabled by default, and I don't think that evaling tainted strings is allowed.