diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-03-04 21:55:55 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-03-04 21:55:55 +0100 |
commit | ce66d155eca7d447bdcc6feb47c17647ac754c35 (patch) | |
tree | afb151684db88f9137ab574f57b37288b9e2f008 /user_guide/general/security.html | |
parent | 2934e286158074d6131d8a9ce0f01ea1c23e2678 (diff) |
validation error fixes
Diffstat (limited to 'user_guide/general/security.html')
-rw-r--r-- | user_guide/general/security.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 5fa6cf3d0..271fea8b6 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -99,13 +99,12 @@ retrieving data from your database.</p> XML-RPC data, or even data from the SERVER array, you are encouraged to practice this three step approach:</p>
<ol>
-
<li>Filter the data as if it were tainted.</li>
<li>Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one)</li>
<li>Escape the data before submitting it into your database.</li>
</ol>
-CodeIgniter provides the following functions to assist in this process:</p>
+<p>CodeIgniter provides the following functions to assist in this process:</p>
<ul>
|