diff options
author | Andrey Andreev <narf@devilix.net> | 2014-08-27 15:26:23 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-08-27 15:26:23 +0200 |
commit | 487ccc9c8a21cb6338aab7173b3adda194d29c26 (patch) | |
tree | 1c8661b246337fa71348d687795a8c500f7897b3 /user_guide_src/source/changelog.rst | |
parent | d4afe4a074015af109f1ab482f486d71e0b883f4 (diff) |
Add CI_Security::get_random_bytes() for CSRF & XSS token generation
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 5c233efac..64a768977 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -508,9 +508,10 @@ Release Date: Not Released - :doc:`Security Library <libraries/security>` changes include: - - Added method ``strip_image_tags()``. - Added ``$config['csrf_regeneration']``, which makes CSRF token regeneration optional. - Added ``$config['csrf_exclude_uris']``, allowing for exclusion of URIs from the CSRF protection (regular expressions are supported). + - Added method ``strip_image_tags()``. + - Added method ``get_random_bytes()`` and switched CSRF & XSS token generation to use it. - Modified method ``sanitize_filename()`` to read a public ``$filename_bad_chars`` property for getting the invalid characters list. - Return status code of 403 instead of a 500 if CSRF protection is enabled but a token is missing from a request. |