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 2014-08-14 09:35:20 +07:00
commit 4502eaf9f8
1 changed files with 0 additions and 4 deletions

@ -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::',