Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False Positive: BBQ (Block Bad Queries) plug-in #276

Open
Genghis7777 opened this issue Jul 7, 2020 · 1 comment
Open

False Positive: BBQ (Block Bad Queries) plug-in #276

Genghis7777 opened this issue Jul 7, 2020 · 1 comment

Comments

@Genghis7777
Copy link

Genghis7777 commented Jul 7, 2020

PHP Compatibility Checker says:

FILE: /home4/nzfoiorg/public_html/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'

Developer says:

-----Original Message-----
From: Jeff Starr
Sent: Wednesday, 8 July 2020 9:22 am
To: EMAIL ADD
Subject: Re: PHP compatibility checker says BBQ not compatible with PHP 7.3

I appreciate the feedback.

The string detected by your php checker is a false positive. Why? Because it is a static string used to identify bad requests (so the plugin can block them). It is not functional and totally safe.

If possible, please take a moment to report this to the developers of your PHP checker. They should be happy to improve the accuracy and quality of their plugin.

Regards,

Jeff Starr

Perishable Press Books
https://books.perishablepress.com/

On Jul 7, 2020, at 2:22 PM, Tony wrote:

Hello Jeff Starr,

Genghis sends a message via Perishable Press:

Subject says it all. Thought I'd let you know.

@JeffStarr
Copy link

Thanks for removing my email address from the post. Let me know if I can provide any further infos about BBQ plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants