summaryrefslogtreecommitdiffstats
path: root/php-Smarty-3.1.11-CVE-2012-4437.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-08 08:45:26 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-08 08:45:26 +0200
commitb9e6a23004c69a47720248b64fb891086080153f (patch)
treecf65d1b2175633705a042b1ee6d33336a8568b77 /php-Smarty-3.1.11-CVE-2012-4437.patch
parent5828cd1fbd14535b1c9e74ed08718975cb2c47cc (diff)
php-Smarty: 3.1.14 (backport)
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);
-+ }
- }
-
- /**