mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-02 18:08:21 +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, ' .
|
'Found direct shell command execution getting variables from POST/GET, ' .
|
||||||
'which is highly dangerous security flaw or a part of malicious webrootkit',
|
'which is highly dangerous security flaw or a part of malicious webrootkit',
|
||||||
'code'),
|
'code'),
|
||||||
array('\$\w[\w\W\s/\*]*=[\w\W\s/\*]*`.*`',
|
array('`',
|
||||||
'PHP execution operator: backticks (``)',
|
'PHP execution operator: backticks (``)',
|
||||||
'24',
|
'24',
|
||||||
'PHP execution operator found. Note that these are not single-quotes! ' .
|
'PHP execution operator found. Note that these are not single-quotes! ' .
|
||||||
|
Loading…
Reference in New Issue
Block a user