1. 074a214 Fix #3579 by Andrey Andreev · 10 years ago
  2. 325d22d fix typo in comments by Claudio Galdiolo · 10 years ago
  3. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  4. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  5. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  6. 93455e3 Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4 by Andrey Andreev · 10 years ago
  7. e11657c Remove trailing newline by Jason Taylor · 10 years ago
  8. bb17798 Fix Issue #3417 by warpcode · 10 years ago
  9. 162b1a9 Fix 'Array to string conversion' notice in CSRF validation by Andrey Andreev · 10 years ago
  10. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  11. 7cc3e99 Update a config_item() use case for the new NULL return value by Andrey Andreev · 10 years ago
  12. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  13. e4b9cd6 stream_set_chunk_size() requires PHP 5.4 by Andrey Andreev · 10 years ago
  14. b627430 Make sure we don't waste entropy by Andrey Andreev · 10 years ago
  15. f9a615a [ci skip] Remove references to 'PHP5' from comments by Andrey Andreev · 10 years ago
  16. 607d5e2 Fix a defined() check by Andrey Andreev · 10 years ago
  17. a135a18 Fix #3228 by Andrey Andreev · 10 years ago
  18. efe33a2 Fix CI_Security::get_random_bytes() length validation by Andrey Andreev · 10 years ago
  19. 487ccc9 Add CI_Security::get_random_bytes() for CSRF & XSS token generation by Andrey Andreev · 10 years ago
  20. 6c52096 [ci skip] Polish changes from PR #3176 by Andrey Andreev · 10 years ago
  21. 5ac7c77 Alter Pull #3176 to follow discussion by caseyh · 10 years ago
  22. 2f4c3bc CSRF whitelist supports regex by Casey Hancock · 10 years ago
  23. 9b8286c Fix #3123 by Andrey Andreev · 10 years ago
  24. 2761ff4 Add changelog entry for CSRF status code; remove line at EOF by Kyle Valade · 11 years ago
  25. 05fcc09 Return 403 instead of 500 if no CSRF token given by Kyle Valade · 11 years ago
  26. 3820b5a Fixed eof by Graham Campbell · 11 years ago
  27. eb93e73 Fixed typo by Graham Campbell · 11 years ago
  28. 487d1ae Fix #3057 by Andrey Andreev · 11 years ago
  29. 9457841 xss_clean is not protecting GET requests that &item=/startwithslash by Documentopia.com · 11 years ago
  30. 46d2072 More xss_clean() improvements by Andrey Andreev · 11 years ago
  31. ebb3aa0 Another xss_clean() improvement by Andrey Andreev · 11 years ago
  32. e7a2aa0 xss_clean() improvement by Andrey Andreev · 11 years ago
  33. 871754a 2013 > 2014 by darwinel · 11 years ago
  34. 29e1264 CI_Security: URL-decode until possible by Andrey Andreev · 11 years ago
  35. f7f9dca [ci skip] Fix a typo by Andrey Andreev · 11 years ago
  36. 3b9990c CI_Security: Expect a backslash as a tag separator by Andrey Andreev · 11 years ago
  37. a30a717 CI_Security: Filter jscript, wscript, vbs, confirm, prompt the same way as javascript, alert by Andrey Andreev · 11 years ago
  38. 505431a Add <math> to 'naughty' HTML elements by Andrey Andreev · 11 years ago
  39. dbd999f Previous commit caused side effects ... by Andrey Andreev · 11 years ago
  40. b69103e Fix CI_Security::_remove_evil_attributes() being way too aggressive by Andrey Andreev · 11 years ago
  41. adf3bde Re-add 'on\w*' to evil attributes (rel #2667) by Andrey Andreev · 11 years ago
  42. 12445ca Partially fix #2667 by Andrey Andreev · 11 years ago
  43. c53a178 CI_Security: Also add <svg> to 'naughty' HTML elements by Andrey Andreev · 11 years ago
  44. c715b22 CI_Security: Add <select> and <keygen> tags to the list of 'naughty' HTML elements by Andrey Andreev · 11 years ago
  45. ee7633c Fix syntax errors by Andrey Andreev · 11 years ago
  46. 25ca235 CI_Security: Add 'form' and 'xlink:href' to evil attributes by Andrey Andreev · 11 years ago
  47. d98cbb8 Add &newline; and &tab; to CI_Security:: by Andrey Andreev · 11 years ago
  48. c67c3fb CI_Security::_decode_entity() to replace dangerous HTML5 entities by Andrey Andreev · 11 years ago
  49. 4356806 Add <button> to the list of 'naugthy' html elements in CI_Security::xss_clean() by Andrey Andreev · 11 years ago
  50. 4d05716 Fix #2729 by Andrey Andreev · 11 years ago
  51. 99e2f8e Fix #2829 by Andrey Andreev · 11 years ago
  52. 1bbc564 Fix #2268 (manually implementing PR #2269) by Andrey Andreev · 11 years ago
  53. e08411d Eh ... preg_replace() needs a replacement by Andrey Andreev · 11 years ago
  54. 3fa729d Fix issue #2681 (alternative to PR #2690) by Andrey Andreev · 11 years ago
  55. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  56. 46e77e0 partial fix #2667 by David Cox Jr · 11 years ago
  57. 4495cc7 Rename bad chars property to filename_bad_chars, remove the setter and add changelog entry by Hunter Wu · 11 years ago
  58. a8d6d3b Make the bad filename array public in Security library by Hunter Wu · 11 years ago
  59. 8df3352 Revert "Add windows filename rule as an option for upload files" by Hunter Wu · 11 years ago
  60. 23719ab Add windows filename rule as an option for upload files by Hunter Wu · 11 years ago
  61. 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago
  62. 7e55977 Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() by Andrey Andreev · 12 years ago
  63. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  64. 72ed4c3 [ci skip] Some micro-optimizations and style changes by Andrey Andreev · 12 years ago
  65. 638a9d2 Replaced spaces with tabs for indentation and || with OR by brian978 · 12 years ago
  66. 0fb1018 Merge remote-tracking branch 'upstream/develop' into develop by brian978 · 12 years ago
  67. 4296a65 update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name) by Andrew Podner · 12 years ago
  68. 07ccbe5 Modified regexp to match partial tags by brian978 · 12 years ago
  69. 6caeaad Removed boundary from regexp by brian978 · 12 years ago
  70. 0a83fcc Fixed bug with regexp that matched tags by brian978 · 12 years ago
  71. f50fc73 All the HEX code must be replaced or else some XSS attacks can be successful by brian978 · 12 years ago
  72. 160c7d1 Added small improvement to the _remove_evil_attributes function by brian978 · 12 years ago
  73. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  74. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  75. 6435410 [ci skip] DocBlock improvements for Security library by Andrey Andreev · 12 years ago
  76. f795ab5 [ci skip] Document get_csrf_token_name(), get_csrf_hash() (issue #715) by Andrey Andreev · 12 years ago
  77. 3fb0267 Add is_https() as a common function by Andrey Andreev · 12 years ago
  78. a81f60c Clean up regexes in Security->xss_clean() by vlakoff · 13 years ago
  79. 1a24a9d Fix issue #427 by Andrey Andreev · 13 years ago
  80. 0d2c06e Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest by Andrey Andreev · 13 years ago
  81. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  82. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  83. 6c7526c Continuation for Security and Table code-coverage, add coverage report to travis by Taufan Aditya · 13 years ago
  84. 76c5185 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  85. 714252b Fixed conflicts from merging in 2.1.1. by Phil Sturgeon · 13 years ago
  86. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  87. e2c374f Check cookie against md5 regex. by Alexander Hofstede · 13 years ago
  88. d348135 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Wes Baker · 13 years ago
  89. 5335bc3 Updating XSS cleaning to better handle base64 encoded attributes. by Wes Baker · 13 years ago
  90. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  91. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  92. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  93. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  94. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  95. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  96. 5d27c43 Fix issue #940 by Andrey Andreev · 13 years ago
  97. a10c8e1 Add strtolower to the HTTPS check by Andrey Andreev · 13 years ago
  98. 67ccdc0 Do not create a CSRF cookie if CSRF protection is not enabled by Andrey Andreev · 13 years ago
  99. 4562f2c Some more stuff ... by Andrey Andreev · 13 years ago
  100. 8a7d078 Remove some tabs by Andrey Andreev · 13 years ago