in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for

remotes/origin/fix-10825
Thomas Müller 11 years ago
parent 67b7160e7b
commit a4932dc5e2
  1. 4
      lib/private/installer.php

@ -532,10 +532,6 @@ class OC_Installer{
*/ */
public static function checkCode($appname, $folder) { public static function checkCode($appname, $folder) {
$blacklist=array( $blacklist=array(
'exec(',
'eval(',
// more evil pattern will go here later
// classes replaced by the public api // classes replaced by the public api
'OC_API::', 'OC_API::',
'OC_App::', 'OC_App::',

Loading…
Cancel
Save