14 June 2006 02:15
CGI/Perl Taint Mode FAQ
by jambeHow do I fix system() calls in taint mode? When you make a system call to an external program or use its sister command, exec, taint mode also stops this from happening if the PATH has not been adjusted. Again, since a string is being passed to the sys
1
(1 marks)