summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-07-21 05:13:54 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-07-21 05:13:54 +0200
commit614ad1f8b9b00086efc123e49b7bb8efbfa81b61 (patch)
tree9888846ef27b3921eb4cecfb20839f6270d17e57 /change_log.txt
parenta6f3a518e1818908322d71296c6b023d5752cd03 (diff)
downloadsmarty-614ad1f8b9b00086efc123e49b7bb8efbfa81b61.tar.gz
smarty-614ad1f8b9b00086efc123e49b7bb8efbfa81b61.tar.bz2
smarty-614ad1f8b9b00086efc123e49b7bb8efbfa81b61.zip
- security possible PHP code injection on custom resources at display() or fetch()
calls if the resource does not sanitize the template name
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 3db0cd9e..7ab4888f 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,8 @@
===== 3.1.32 - dev ===
+21.7.2017
+ - security possible PHP code injection on custom resources at display() or fetch()
+ calls if the resource does not sanitize the template name
+
27.5.2017
- bugfix change compiled code for registered function and modifiers to called as callable to allow closures
https://github.com/smarty-php/smarty/pull/368, https://github.com/smarty-php/smarty/issues/273