summaryrefslogtreecommitdiff
path: root/net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-27 16:29:20 +0100
committerMichael Palimaka <kensington@gentoo.org>2017-01-30 04:41:35 +1100
commit09a069f6ee2dd1e495a5cbf236d0607c66f997a3 (patch)
treebf3addb5b25391ade4abf302abbc64df270517a9 /net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch
parentc82f2c107f426f69cd82ba2b4ad569ca78d0d1bf (diff)
downloadgentoo-09a069f6ee2dd1e495a5cbf236d0607c66f997a3.tar.gz
gentoo-09a069f6ee2dd1e495a5cbf236d0607c66f997a3.tar.bz2
gentoo-09a069f6ee2dd1e495a5cbf236d0607c66f997a3.zip
net-nds/phpldapadmin: remove unused patches
Diffstat (limited to 'net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch')
-rw-r--r--net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch b/net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch
deleted file mode 100644
index b5ae92d0425c..000000000000
--- a/net-nds/phpldapadmin/files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 64668e882b8866fae0fa1b25375d1a2f3b4672e2 Mon Sep 17 00:00:00 2001
-From: Deon George <wurley@users.sf.net>
-Date: Wed, 27 Jul 2011 07:30:06 +1000
-Subject: [PATCH] Remove XSS vulnerabilty in debug code
-
----
- htdocs/cmd.php | 4 ----
- 1 files changed, 0 insertions(+), 4 deletions(-)
-
-diff --git a/htdocs/cmd.php b/htdocs/cmd.php
-index 34f3848..0ddf004 100644
---- a/htdocs/cmd.php
-+++ b/htdocs/cmd.php
-@@ -19,10 +19,6 @@ $www['meth'] = get_request('meth','REQUEST');
- ob_start();
-
- switch ($www['cmd']) {
-- case '_debug':
-- debug_dump($_REQUEST,1);
-- break;
--
- default:
- if (defined('HOOKSDIR') && file_exists(HOOKSDIR.$www['cmd'].'.php'))
- $app['script_cmd'] = HOOKSDIR.$www['cmd'].'.php';
---
-1.7.4.1
-