diff options
| author | barnboy%trilobyte.net <> | 2001-11-21 04:11:41 +0000 |
|---|---|---|
| committer | barnboy%trilobyte.net <> | 2001-11-21 04:11:41 +0000 |
| commit | ee8b630f8d530547520cbcfe11dacbc4b73cfd2c (patch) | |
| tree | 1769a78736e4e24ef2927d73c9676e51328af4d8 /docs/xml | |
| parent | 815ed856d99255b66fdd3b3668b499be570cf867 (diff) | |
| download | bugs-ee8b630f8d530547520cbcfe11dacbc4b73cfd2c.tar bugs-ee8b630f8d530547520cbcfe11dacbc4b73cfd2c.tar.gz bugs-ee8b630f8d530547520cbcfe11dacbc4b73cfd2c.tar.bz2 bugs-ee8b630f8d530547520cbcfe11dacbc4b73cfd2c.tar.xz bugs-ee8b630f8d530547520cbcfe11dacbc4b73cfd2c.zip | |
Taint mode note.
Diffstat (limited to 'docs/xml')
| -rw-r--r-- | docs/xml/patches.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml index dcbe626be..5816009d3 100644 --- a/docs/xml/patches.xml +++ b/docs/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> |
