summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/security.rst
AgeCommit message (Collapse)AuthorFilesLines
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-6/+1
2015-10-12[ci skip] Add more info about security reporting to docsAndrey Andreev1-0/+3
2015-06-18Remove superfluous *Best Practices* parentheticalAaron Melocik1-2/+2
In the documentation at user_guide/general/security.html#best-practices, the 3-item list has a superfluous parenthetical that is also misplaced. This parenthetical currently is at the end of the first list item, though it refers to a step that can replace the first item. As per narfbg's request in PR https://github.com/bcit-ci/CodeIgniter/pull/3915, this change removes the parenthetical entirely. The change is: BEFORE: #. Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one) #. Filter the data as if it were tainted. #. Escape the data before submitting it into your database or outputting it to a browser. AFTER: #. Validate the data to ensure it conforms to the correct type, length, 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.
2015-03-31[ci skip] Update security recommendationsAndrey Andreev1-4/+8
2015-02-24[ci skip] Add a note about pbkdf2 in security guideAndrey Andreev1-0/+4
2015-01-21[ci skip] Update security guideAndrey Andreev1-9/+93
2013-03-29User guide: fix list of allowed URI charactersvlakoff1-1/+2
2012-11-09[ci skip] Polish docs in user_guide_src/source/general/Andrey Andreev1-16/+35
2011-10-07Fix some user guide stylepurwandi1-2/+2
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+90