From: Thomas Müller Date: Thu, 14 Aug 2014 08:48:42 +0000 (+0200) Subject: in order to prevent false-positives on the code checker - exec and eval will not... X-Git-Tag: v8.0.0alpha1~905^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4932dc5e254675244b0eaebe90a74af1c957e3a;p=nextcloud-server.git in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for --- 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::',