From 16224e5e8b12b6a1a2ab3e648e889e874dab3592 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Fri, 18 May 2012 18:22:37 +0200 Subject: [PATCH] =?utf8?q?"fopen("=20=20interferes=20with=20our=20own=20cl?= =?utf8?q?asses.=20remove=20it=20for=20now=20and=20let=C2=B4s=20fix=20this?= =?utf8?q?=20later?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/installer.php b/lib/installer.php index bdbff3673bd..6417ed1c7a8 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -345,7 +345,7 @@ class OC_Installer{ public static function checkCode($appname,$folder){ $blacklist=array( - 'fopen(', + 'exec(', 'eval(' // more evil pattern will go here later // will will also check if an app is using private api once the public api is in place -- 2.39.5