summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-09-27 13:59:37 +0200
committerAndrey Andreev <narf@devilix.net>2016-09-27 13:59:37 +0200
commiteea02de557834006c5d6a0bfccca7f39e75bf3a8 (patch)
treeae9800d9d0f358b9df53d559f9eaa95b7b3df218 /user_guide_src/source
parent8a15f5af819424087b6676709d98de6fa5fc6115 (diff)
Fix entity_decode() issue
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index d41e79945..a0ed34a2f 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -7,6 +7,10 @@ Version 3.1.1
Release Date: Not Released
+- **Security**
+
+ - Fixed a flaw in :doc:`Security Library <libraries/security>` method ``entity_decode()`` (used by ``xss_clean()``) that affects HTML 5 entities when using PHP 5.3.
+
- General Changes
- Added ``E_PARSE`` to the list of error levels detected by the shutdown handler.