summaryrefslogtreecommitdiffstats
path: root/php-Smarty-3.1.11-CVE-2012-4437.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-Smarty-3.1.11-CVE-2012-4437.patch')
-rw-r--r--php-Smarty-3.1.11-CVE-2012-4437.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/php-Smarty-3.1.11-CVE-2012-4437.patch b/php-Smarty-3.1.11-CVE-2012-4437.patch
deleted file mode 100644
index 1f5d4d5..0000000
--- a/php-Smarty-3.1.11-CVE-2012-4437.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- libs/Smarty.class.php~ 2012-06-30 16:00:24.000000000 -0500
-+++ libs/Smarty.class.php 2012-09-20 07:30:54.070817148 -0500
-@@ -1481,6 +1481,9 @@
- * @package Smarty
- */
- class SmartyException extends Exception {
-+ public function __construct($message) {
-+ $this->message = htmlentities($message);
-+ }
- }
-
- /**