Skip to content
Snippets Groups Projects
Commit 4502eaf9 authored by Clark Tomlinson's avatar Clark Tomlinson
Browse files

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

in order to prevent false-positives on the code checker - exec and eval ...
parents a4b416f1 a4932dc5
No related branches found
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