summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-06-19 15:14:18 +0200
committerAndrey Andreev <narf@devilix.net>2015-06-19 15:14:18 +0200
commit0a6e7b4349598883b6f29ee7dcebfd1cfdf8c3ff (patch)
tree86507629c7b22be36326f0bc3b23e43bde5365fe /user_guide_src/source
parentbd1e61500383245aec702f645955a774604687c6 (diff)
parentdd6222b13cbf6a4527018af966a2724beb81e053 (diff)
Merge pull request #3918 from SterlingVix/patch-2
[ci skip] Remove superfluous *Best Practices* parenthetical
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/general/security.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/security.rst b/user_guide_src/source/general/security.rst
index fcfe4c24b..d4120d162 100644
--- a/user_guide_src/source/general/security.rst
+++ b/user_guide_src/source/general/security.rst
@@ -61,7 +61,7 @@ data from the SERVER array, you are encouraged to practice this three
step approach:
#. Validate the data to ensure it conforms to the correct type, length,
- size, etc. (sometimes this step can replace step one)
+ size, etc.
#. Filter the data as if it were tainted.
#. Escape the data before submitting it into your database or outputting
it to a browser.
@@ -199,4 +199,4 @@ file to restrict access to those resources.
CodeIgniter will have an index.html file in all of its
directories in an attempt to hide some of this data, but have
it in mind that this is not enough to prevent a serious
-attacker. \ No newline at end of file
+attacker.