14 June 2006
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
05 May 2006
1
(2 marks)