in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for
This commit is contained in:
parent
67b7160e7b
commit
a4932dc5e2
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::',
|
||||
|
|
Loading…
Reference in a new issue