mirror of
https://github.com/nextcloud/server.git
synced 2026-04-10 11:37:54 -04:00
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:
commit
4502eaf9f8
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