From: barnboy%trilobyte.net <> Date: Fri, 4 Apr 2008 11:48:10 +0000 (+0000) Subject: Taint mode note. X-Git-Tag: bugzilla-3.1.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5189ab200ad9797932220253d686c95472a0b20;p=thirdparty%2Fbugzilla.git Taint mode note. --- diff --git a/docs/en/xml/patches.xml b/docs/en/xml/patches.xml index dcbe626bec..5816009d37 100644 --- a/docs/en/xml/patches.xml +++ b/docs/en/xml/patches.xml @@ -399,6 +399,16 @@ else + + + Taint Mode + + + All new cgis must run in Taint mode (Perl taint and DBI taint), and existing cgi's + which run in taint mode must not have taint mode turned off. + + + Templatization