Taint mode note.

git-svn-id: svn://10.0.0.236/trunk@108617 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
barnboy%trilobyte.net
2001-11-20 20:11:41 +00:00
parent 7b8146183a
commit 9cd514d2f1
2 changed files with 20 additions and 0 deletions

View File

@@ -399,6 +399,16 @@ else
</para>
</listitem>
<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

View File

@@ -399,6 +399,16 @@ else
</para>
</listitem>
<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