http://qs321.pair.com?node_id=690776


in reply to Use of system() considered harmful

It's also worth noting that using taint mode and a little care will help prevent insecure arguments from doing nasty things to the shell when running system.

Update: Clarified the types of security bugs taint mode helps with.