mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 16:56:36 +00:00
reduce rule#24 to just a backtick in the code scope
This commit is contained in:
parent
bf2d44a585
commit
a384d84174
@ -260,7 +260,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
|
||||
'Found direct shell command execution getting variables from POST/GET, ' .
|
||||
'which is highly dangerous security flaw or a part of malicious webrootkit',
|
||||
'code'),
|
||||
array('\$\w[\w\W\s/\*]*=[\w\W\s/\*]*`.*`',
|
||||
array('`',
|
||||
'PHP execution operator: backticks (``)',
|
||||
'24',
|
||||
'PHP execution operator found. Note that these are not single-quotes! ' .
|
||||
|
Loading…
Reference in New Issue
Block a user