Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-22 | Adding unit test. | tianhe1986 | 1 | -0/+34 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2017-12-20 | Refactoring tests | Gabriel Caruso | 7 | -14/+14 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-06-28 | #5164 fix for stock libraries | Andrey Andreev | 1 | -1/+1 | |
2017-06-21 | Add unit test. | tianhe1986 | 1 | -1/+20 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -2/+9 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-10 | Add a testcase and changelog entry for #4975 | Andrey Andreev | 1 | -2/+4 | |
2017-01-04 | Fix an XSS vulnerability | Andrey Andreev | 1 | -0/+5 | |
2016-12-14 | Move csrf_verify() call out of CI_Input | Andrey Andreev | 2 | -20/+25 | |
2016-12-14 | Isolate CI_Security instantiation from CI_Input; improve tests | Andrey Andreev | 3 | -30/+36 | |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 1 | -32/+0 | |
2016-12-01 | Remove tests broken by the func removals from last few commits | Andrey Andreev | 1 | -8/+1 | |
2016-09-27 | Fix entity_decode() issue | Andrey Andreev | 1 | -0/+6 | |
2016-08-10 | Use getMockBuilder() in PHPUnit instead of the deprecated getMock() | Andrey Andreev | 1 | -2/+2 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 3 | -217/+0 | |
2016-07-25 | Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitive | Andrey Andreev | 1 | -0/+12 | |
Fix remove_invisible_characters() for URL-encoded characters in upper case | |||||
2016-07-19 | Fix #4679 | Andrey Andreev | 1 | -0/+6 | |
2016-04-28 | Fix #4605 | Andrey Andreev | 1 | -0/+2 | |
2016-03-07 | Fix #4475 | Andrey Andreev | 1 | -2/+4 | |
2016-02-11 | Skip CI_Log tests on PHP 5.2 | Andrey Andreev | 1 | -1/+10 | |
We still run those (with failures enabled) and that test breaks them | |||||
2016-02-09 | [ci skip] Whitespace | Andrey Andreev | 1 | -1/+1 | |
2016-02-09 | Add CI_Log test cases | Andrey Andreev | 1 | -0/+64 | |
2015-11-09 | Merge pull request #4225 from zhanghongyi/loader-test | Andrey Andreev | 1 | -4/+25 | |
Improve Loader test cases for libraries | |||||
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -30/+17 | |
2015-10-31 | Harden xss_clean() | Andrey Andreev | 1 | -15/+20 | |
2015-10-30 | Fix #3201 | Andrey Andreev | 1 | -0/+5 | |
2015-10-05 | Some more intrusive XSS cleaning | Andrey Andreev | 1 | -2/+7 | |
2015-10-02 | More XSS stuff | Andrey Andreev | 1 | -1/+6 | |
2015-09-28 | Merge pull request #4125 from jim-parry/fix/lang_test | Andrey Andreev | 1 | -5/+17 | |
Improve CI_Lang tests | |||||
2015-09-21 | More XSS stuff | Andrey Andreev | 1 | -0/+16 | |
2015-09-17 | Don't allow open-ended tags to pass through xss_clean() | Andrey Andreev | 1 | -0/+1 | |
This was a regression caused by the previous commit | |||||
2015-09-17 | Refactor 'evil attributes' sanitization logic | Andrey Andreev | 1 | -23/+34 | |
Turned out pretty much impossible to do remove 'evil attributes' with just one pattern - it either breaks something else, hits pcre.backtrack_limit or causes PHP to segfault. No benchmarks made, but there shouldn't be any performance regressions since we're now trying to strip attributes only after it is determined that they are inside a tag; up until now this was done seprately for _sanitize_naughty_html() and _remove_evil_attributes(). | |||||
2015-09-14 | Another addition to tag detection patterns in xss_clean() | Andrey Andreev | 1 | -0/+5 | |
2015-09-14 | Move _remove_evil_attributes() call | Andrey Andreev | 1 | -0/+14 | |
2015-09-11 | Harden xss_clean() more | Andrey Andreev | 1 | -2/+7 | |
This time eliminate false positives for the 'naughty html' logic. | |||||
2015-09-11 | Improve on previous commit | Andrey Andreev | 1 | -0/+5 | |
2015-09-11 | Replace the latest XSS patches | Andrey Andreev | 1 | -1/+6 | |
This one fixes yet another issue, is cleaner and faster. | |||||
2015-09-10 | Last commit didn't adjust a RE index | Andrey Andreev | 1 | -0/+5 | |
2015-09-10 | Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4 | Andrey Andreev | 1 | -4/+4 | |
2015-09-10 | Fix a broken unit test from 700619cebf75c4e4fcda6a2d7bea1afb84a029e4 | Andrey Andreev | 1 | -1/+1 | |
2015-09-10 | Fix #4106 | Andrey Andreev | 1 | -0/+8 | |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -1/+1 | |
Partial changes from PR #4016 | |||||
2015-07-22 | Fix testcases broken by b63dc1904e4f34cb48d7dce80155172c6e94d777 | Andrey Andreev | 1 | -2/+2 | |
2015-03-30 | [ci skip] Whitespace cleanup following PRs #3713 #3714 | Andrey Andreev | 2 | -16/+15 | |
2015-03-30 | Merge pull request #3713 from ahnh/UnitTest_Lang_test | Andrey Andreev | 1 | -0/+26 | |
CI_Lang unit tests | |||||
2015-03-30 | changed to lowercase array. | Heesung Ahn | 1 | -1/+1 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | changed to lowercase array and space. | Heesung Ahn | 1 | -3/+3 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | updated array style and removed assert true | Heesung Ahn | 1 | -2/+5 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | added spaces | Heesung Ahn | 1 | -1/+1 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> |