From a4932dc5e254675244b0eaebe90a74af1c957e3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Thu, 14 Aug 2014 10:48:42 +0200 Subject: [PATCH] in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for --- lib/private/installer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/private/installer.php b/lib/private/installer.php index c5a09349629..dc9a3558b75 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -532,10 +532,6 @@ class OC_Installer{ */ public static function checkCode($appname, $folder) { $blacklist=array( - 'exec(', - 'eval(', - // more evil pattern will go here later - // classes replaced by the public api 'OC_API::', 'OC_App::', -- 2.39.5