]> git.mxchange.org Git - ctracker.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 16 May 2019 00:37:09 +0000 (02:37 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 16 May 2019 00:37:09 +0000 (02:37 +0200)
- blocked information_schema as this is an internal MySQL/MariaDB table

Signed-off-by: Roland Häder <roland@mxchange.org>
libs/lib_detector.php

index ba51e053cd605cde24a5185fa6db5e84b76a5762..1134d36a29634e4f3bef38e65281084665e47d8b 100644 (file)
@@ -145,11 +145,11 @@ function initCrackerTrackerArrays () {
                // Request header being inserted
                'content-type',
 
-               // /proc/ and other forbidden paths
+               // /proc/ and other "forbidden" paths
                'proc/self/environ',
 
-               // MySQL internal functions
-               'name_const',
+               // MySQL internal functions/tables
+               'name_const', 'information_schema',
 
                // Server configuration (e.g. Apache)
                'application/x-httpd-php', 'addtype', 'server-info', 'server-status',