From 21b9da16e2557d7d40a39ccabe7ebb96bd754e4c Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 19 Nov 2015 05:57:25 +0000 Subject: Remove uneeded patch. PR: 204670 Submitted by: ohartman@zedat.fu-berlin.de --- www/twiki/files/patch-cve-2014-7236 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 www/twiki/files/patch-cve-2014-7236 (limited to 'www/twiki/files/patch-cve-2014-7236') diff --git a/www/twiki/files/patch-cve-2014-7236 b/www/twiki/files/patch-cve-2014-7236 deleted file mode 100644 index 3c8f0797b855..000000000000 --- a/www/twiki/files/patch-cve-2014-7236 +++ /dev/null @@ -1,17 +0,0 @@ -Obtained-from: http://twiki.org/cgi-bin/view/Codev/SecurityAlert-CVE-2014-7236 ---- lib/TWiki/Plugins.pm.save1 2014-01-09 02:10:56.000000000 -0500 -+++ lib/TWiki/Plugins.pm 2014-10-01 20:30:36.000000000 -0400 -@@ -186,8 +186,11 @@ - - unless( $allDisabled ) { - if ( $query && defined( $query->param( 'debugenableplugins' ))) { -- @pluginList = split( /[,\s]+/, -- $query->param( 'debugenableplugins' )); -+ @pluginList = -+ grep { /Plugin$/ } -+ map { s/[^a-zA-Z0-9]//go; $_ } # Item7558: Sanitize parameter -+ split( /[,\s]+/, $query->param( 'debugenableplugins' )); -+ - } else { - if( $TWiki::cfg{PluginsOrder} ) { - foreach my $plugin( split( /[,\s]+/, -- cgit v1.2.3