diff options
author | barnboy%trilobyte.net <> | 2008-04-04 11:48:10 +0000 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2008-04-04 11:48:10 +0000 |
commit | b5189ab200ad9797932220253d686c95472a0b20 (patch) | |
tree | a5a5a3ff8725290f58e4f4f89f1d6213ff9ee3ea /docs | |
parent | 292e003a74f115e2c7f609a3952f8638d631808d (diff) | |
download | bugs-b5189ab200ad9797932220253d686c95472a0b20.tar bugs-b5189ab200ad9797932220253d686c95472a0b20.tar.gz bugs-b5189ab200ad9797932220253d686c95472a0b20.tar.bz2 bugs-b5189ab200ad9797932220253d686c95472a0b20.tar.xz bugs-b5189ab200ad9797932220253d686c95472a0b20.zip |
Taint mode note.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/patches.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/en/xml/patches.xml b/docs/en/xml/patches.xml index dcbe626be..5816009d3 100644 --- a/docs/en/xml/patches.xml +++ b/docs/en/xml/patches.xml @@ -401,6 +401,16 @@ else <listitem> <para> + Taint Mode + </para> + <para> + 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. + </para> + </listitem> + + <listitem> + <para> Templatization </para> <para> |