Merge pull request #10414 from owncloud/relax-code-checker

in order to prevent false-positives on the code checker - exec and eval ...
remotes/origin/fix-10825
Clark Tomlinson 11 years ago
commit 4502eaf9f8
  1. 4
      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::',

Loading…
Cancel
Save