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

in order to prevent false-positives on the code checker - exec and eval ...
This commit is contained in:
Clark Tomlinson 2014-08-14 09:35:20 -04:00
commit 4502eaf9f8

View file

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