-
Notifications
You must be signed in to change notification settings - Fork 22
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
Rename to "Non-prepared statements" #5
Comments
No the regexes find bad SQL queries, and that can include poorly written prepared statements (sadly a good number of prepared statements in Stack Overflow also have SQL injection vulnerabilities). For instance here are the last two prepared statements I could find:
So it's not just "non-prepared statements". That being said, I agree that a FAQ or something to better explain the data would be useful. |
How about adding some regexes that filter out content that probably has been correctly escaped? For example, use of |
As per #3 it's acknowledged this script is, for performance reasons, actually finding whether questions are using prepared statements, not whether there is SQL injection.
It seems prudent to change relevant references to indicate as such, rather than mislead people who haven't viewed the code.
The text was updated successfully, but these errors were encountered: