summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Security_test.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-23Fix #3057Andrey Andreev1-0/+6
2014-03-18More xss_clean() improvementsAndrey Andreev1-1/+1
Issue described in https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37980030 + a false positive
2014-03-18xss_clean() improvementAndrey Andreev1-0/+6
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37819186
2013-10-17Replace the last rand() with mt_rand()vlakoff1-1/+1
Better entropy, faster. Also fixed a few "it's" typos.
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev1-11/+12
2012-05-27Continuation for Security and Table code-coverage, add coverage report to travisTaufan Aditya1-0/+32
2012-05-15Input class code-coverageTaufan Aditya1-10/+4
2012-05-15Security Code coverageTaufan Aditya1-0/+79