diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-07-21 05:13:54 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-07-21 05:13:54 +0200 |
| commit | 614ad1f8b9b00086efc123e49b7bb8efbfa81b61 (patch) | |
| tree | 9888846ef27b3921eb4cecfb20839f6270d17e57 /libs/Smarty.class.php | |
| parent | a6f3a518e1818908322d71296c6b023d5752cd03 (diff) | |
| download | smarty-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 'libs/Smarty.class.php')
| -rw-r--r-- | libs/Smarty.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 38c274b4..c3e57297 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.32-dev-11'; + const SMARTY_VERSION = '3.1.32-dev-12'; /** * define variable scopes |
