"Incidentally, I have never heard of using -T for taint checking. What is that about?"
Firstly, I am not sure how many times I have told you this, if you are going to update a post, it is better indicate in the post what you have changed.
So to answer your original question, taint checking is
well documented, has been discussed in
many articles, it is covered in relevant
tutorials and
super search returns many hits. So once again, reading the documentation should answer your question.
Update: Adding
Wins unedited post as suggested by
bart:
−
<node id="661296" title="Re: Preventing SQL injection attacks: are
+ -T and placeholders not enough?" created="2008-01-09 04:55:06" updat
+ed="2008-01-09 04:55:06">
<type id="11">
note</type>
<author id="304479">
Win</author>
−
<data>
−
<field name="doctext">
I don't know what database system you are using. However, I would nea
+rly always recommend holding your SQL within a stored procedure held
+within the database. The stored procedure will not execute unless th
+e variables meet the data types set in the stored procedure. It has
+other added benefits potentially.
<br><br>
Incidentally, I have never heard of using -T for taint checking. What
+ is that about?
</field>
<field name="root_node">
661249</field>
<field name="parent_node">
661249</field>
</data>
</node>
Martin
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.