1. f7f9dca [ci skip] Fix a typo by Andrey Andreev · 11 years ago
  2. 3b9990c CI_Security: Expect a backslash as a tag separator by Andrey Andreev · 11 years ago
  3. a30a717 CI_Security: Filter jscript, wscript, vbs, confirm, prompt the same way as javascript, alert by Andrey Andreev · 11 years ago
  4. 505431a Add <math> to 'naughty' HTML elements by Andrey Andreev · 11 years ago
  5. dbd999f Previous commit caused side effects ... by Andrey Andreev · 11 years ago
  6. b69103e Fix CI_Security::_remove_evil_attributes() being way too aggressive by Andrey Andreev · 11 years ago
  7. adf3bde Re-add 'on\w*' to evil attributes (rel #2667) by Andrey Andreev · 11 years ago
  8. 12445ca Partially fix #2667 by Andrey Andreev · 11 years ago
  9. c53a178 CI_Security: Also add <svg> to 'naughty' HTML elements by Andrey Andreev · 11 years ago
  10. c715b22 CI_Security: Add <select> and <keygen> tags to the list of 'naughty' HTML elements by Andrey Andreev · 11 years ago
  11. ee7633c Fix syntax errors by Andrey Andreev · 11 years ago
  12. 25ca235 CI_Security: Add 'form' and 'xlink:href' to evil attributes by Andrey Andreev · 11 years ago
  13. d98cbb8 Add &newline; and &tab; to CI_Security:: by Andrey Andreev · 11 years ago
  14. c67c3fb CI_Security::_decode_entity() to replace dangerous HTML5 entities by Andrey Andreev · 11 years ago
  15. 4356806 Add <button> to the list of 'naugthy' html elements in CI_Security::xss_clean() by Andrey Andreev · 11 years ago
  16. 4d05716 Fix #2729 by Andrey Andreev · 11 years ago
  17. 99e2f8e Fix #2829 by Andrey Andreev · 11 years ago
  18. 1bbc564 Fix #2268 (manually implementing PR #2269) by Andrey Andreev · 11 years ago
  19. e08411d Eh ... preg_replace() needs a replacement by Andrey Andreev · 11 years ago
  20. 3fa729d Fix issue #2681 (alternative to PR #2690) by Andrey Andreev · 11 years ago
  21. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  22. 46e77e0 partial fix #2667 by David Cox Jr · 11 years ago
  23. 4495cc7 Rename bad chars property to filename_bad_chars, remove the setter and add changelog entry by Hunter Wu · 11 years ago
  24. a8d6d3b Make the bad filename array public in Security library by Hunter Wu · 11 years ago
  25. 8df3352 Revert "Add windows filename rule as an option for upload files" by Hunter Wu · 11 years ago
  26. 23719ab Add windows filename rule as an option for upload files by Hunter Wu · 11 years ago
  27. 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago
  28. 7e55977 Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() by Andrey Andreev · 12 years ago
  29. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  30. 72ed4c3 [ci skip] Some micro-optimizations and style changes by Andrey Andreev · 12 years ago
  31. 638a9d2 Replaced spaces with tabs for indentation and || with OR by brian978 · 12 years ago
  32. 0fb1018 Merge remote-tracking branch 'upstream/develop' into develop by brian978 · 12 years ago
  33. 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
  34. 07ccbe5 Modified regexp to match partial tags by brian978 · 12 years ago
  35. 6caeaad Removed boundary from regexp by brian978 · 12 years ago
  36. 0a83fcc Fixed bug with regexp that matched tags by brian978 · 12 years ago
  37. f50fc73 All the HEX code must be replaced or else some XSS attacks can be successful by brian978 · 12 years ago
  38. 160c7d1 Added small improvement to the _remove_evil_attributes function by brian978 · 12 years ago
  39. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  40. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  41. 6435410 [ci skip] DocBlock improvements for Security library by Andrey Andreev · 12 years ago
  42. f795ab5 [ci skip] Document get_csrf_token_name(), get_csrf_hash() (issue #715) by Andrey Andreev · 12 years ago
  43. 3fb0267 Add is_https() as a common function by Andrey Andreev · 12 years ago
  44. a81f60c Clean up regexes in Security->xss_clean() by vlakoff · 13 years ago
  45. 1a24a9d Fix issue #427 by Andrey Andreev · 13 years ago
  46. 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
  47. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  48. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  49. 6c7526c Continuation for Security and Table code-coverage, add coverage report to travis by Taufan Aditya · 13 years ago
  50. 76c5185 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  51. 714252b Fixed conflicts from merging in 2.1.1. by Phil Sturgeon · 13 years ago
  52. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  53. e2c374f Check cookie against md5 regex. by Alexander Hofstede · 13 years ago
  54. d348135 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Wes Baker · 13 years ago
  55. 5335bc3 Updating XSS cleaning to better handle base64 encoded attributes. by Wes Baker · 13 years ago
  56. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  57. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  58. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  59. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  60. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  61. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  62. 5d27c43 Fix issue #940 by Andrey Andreev · 13 years ago
  63. a10c8e1 Add strtolower to the HTTPS check by Andrey Andreev · 13 years ago
  64. 67ccdc0 Do not create a CSRF cookie if CSRF protection is not enabled by Andrey Andreev · 13 years ago
  65. 4562f2c Some more stuff ... by Andrey Andreev · 13 years ago
  66. 8a7d078 Remove some tabs by Andrey Andreev · 13 years ago
  67. bf70d62 Merge remote-tracking branch 'upstream/develop' into develop-core-security by Andrey Andreev · 13 years ago
  68. 352d60e Merge pull request #850 from RS71/develop by Phil Sturgeon · 13 years ago
  69. bb488dc Improve the core Security library by Andrey Andreev · 13 years ago
  70. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  71. 2be25a6 Update system/core/Security.php by RS71 · 13 years ago
  72. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  73. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  74. c38e3b6 Tweaking the xss filter for IE <comment> tags, parameter injection, and weird html5 attributes. by Pascal Kriete · 13 years ago
  75. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  76. 064da7b Fix location file Security Class to core folder by purwandi · 13 years ago
  77. 3d113bd Clean up core Security class by Andrey Andreev · 13 years ago
  78. d93e6f3 Fix #484 - Hash is never set to the cookie by Chris Berthe · 13 years ago
  79. e378a39 fixed issue #192 by Rommel Castro A · 13 years ago
  80. 5c9b0d1 always use charset config item by freewil · 13 years ago
  81. 8cc0cfe always use charset config item by freewil · 13 years ago
  82. c696253 Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify by Eric Barnes · 13 years ago
  83. aeb2c3e Added new config parameter "csrf_exclude_uris" which allows for URIs to be whitelisted from CSRF verification. Fixes #149 by Alex Bilbie · 13 years ago
  84. 07b5342 Added some docs to CI core files by David Behler · 13 years ago
  85. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  86. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  87. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  88. b3e614d Change in core/Security.php to match coding standards. by Greg Aker · 14 years ago
  89. 9e26798 Fix: codeigniter-reactor/199 cookie name was overwritten with token name by patwork · 14 years ago
  90. ef1a55a Fix: codeigniter-reactor/199 CSRF config in Security class is no longer ignored by patwork · 14 years ago
  91. 14a0ac6 Moving security to core. by Pascal Kriete · 14 years ago[Renamed from system/libraries/Security.php]
  92. c9c045a Improving parameter security in xss clean by Pascal Kriete · 14 years ago
  93. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  94. 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
  95. 154da11 Doy- forget the session cookie function! Added secure cookie config check there too. by Robin Sowell · 14 years ago
  96. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  97. 9805ecc Added access scope to security library and added config options for csrf protection by Eric Barnes · 14 years ago
  98. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  99. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  100. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago