From: barnboy%trilobyte.net <>
Date: Wed, 21 Nov 2001 04:11:41 +0000 (+0000)
Subject: Taint mode note.
X-Git-Tag: bugzilla-2.16rc1~305
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8b630f8d530547520cbcfe11dacbc4b73cfd2c;p=thirdparty%2Fbugzilla.git
Taint mode note.
---
diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml
index dcbe626bec..5816009d37 100644
--- a/docs/sgml/patches.sgml
+++ b/docs/sgml/patches.sgml
@@ -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
diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml
index dcbe626bec..5816009d37 100644
--- a/docs/xml/patches.xml
+++ b/docs/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