mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-03 22:57:21 +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. |
||
---|---|---|
.. | ||
controllers | ||
language | ||
libraries/rules | ||
models | ||
views/uploads | ||
access.xml | ||
config.xml | ||
controller.php | ||
jedchecker.php | ||
script.php |