mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 16:56:36 +00:00
2f7943f6ac
JAMSS rule#23 gives false-positive warning for files that starts with `defined('_JEXEC')` (because of partial `exec` match) and use `$_GET` or `$_POST`. This patch requires `exec` (and other function names in) to be checked explicitly using word boundaries (`\b`) in the regex. |
||
---|---|---|
.. | ||
encoding.ini | ||
encoding.php | ||
errorreporting.ini | ||
errorreporting.php | ||
framework.ini | ||
framework.php | ||
gpl.ini | ||
gpl.php | ||
jamss.ini | ||
jamss.php | ||
jexec.ini | ||
jexec.php | ||
xmlinfo.php | ||
xmllicense.php | ||
xmlupdateserver.php |