Skip to content
Snippets Groups Projects
Commit a4932dc5 authored by Thomas Müller's avatar Thomas Müller
Browse files

in order to prevent false-positives on the code checker - exec and eval will...

in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for
parent 67b7160e
Branches
No related tags found
No related merge requests found
......@@ -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::',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment