[Pkg-owncloud-commits] [owncloud] 75/121: in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit e3cf107e1df326cad4b31c1a103da9a593d79444
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Aug 14 10:48:42 2014 +0200
in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for
---
lib/private/installer.php | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/private/installer.php b/lib/private/installer.php
index c5a0934..dc9a355 100644
--- a/lib/private/installer.php
+++ b/lib/private/installer.php
@@ -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::',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list