diff --git a/mozilla/webtools/bugzilla/docs/sgml/patches.sgml b/mozilla/webtools/bugzilla/docs/sgml/patches.sgml
index dcbe626bec4..5816009d374 100644
--- a/mozilla/webtools/bugzilla/docs/sgml/patches.sgml
+++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/docs/xml/patches.xml b/mozilla/webtools/bugzilla/docs/xml/patches.xml
index dcbe626bec4..5816009d374 100644
--- a/mozilla/webtools/bugzilla/docs/xml/patches.xml
+++ b/mozilla/webtools/bugzilla/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