Php false positive Block Bad Queries Plugin
-
Hi there,
Here there is another posible false positive with “BBQ Block Bad Queries” plugin?
FILE: /***/wp-content/plugins/block-bad-queries/block-bad-queries.php
——————————————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————————————————————
49 | ERROR | The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: ‘0x3c62723e’
——————————————————————————————————————————————————And here the answer from the plugin author:
“Actually the “SG Optimizer” is incorrect in this case. The recognized pattern, 0x3c62723e is not functional code; rather it is static text that is used as a BBQ pattern. So the plugin is able to block any malicious requests that include it. So totally safe in this particular context. May want to let the SG Optimizer plugin developer know about it, maybe there is a way to distinguish between static and live PHP code while scanning.”
Thanks,
- The topic ‘Php false positive Block Bad Queries Plugin’ is closed to new replies.