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

This commit is contained in:
Thomas Müller 2014-08-14 10:48:42 +02:00
parent 67b7160e7b
commit a4932dc5e2

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