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

Add sniff for unprepared SQL #457

Merged
merged 1 commit into from
Sep 19, 2015
Merged

Add sniff for unprepared SQL #457

merged 1 commit into from
Sep 19, 2015

Conversation

JDGrimes
Copy link
Contributor

It flags any calls to $wpdb->query() and related functions that
incorporate variables, if they aren’t properly escaped using
$wpdb->prepare().

Fixes #20

It flags any calls to `$wpdb->query()` and related functions that
incorporate variables, if they aren’t properly escaped using
`$wpdb->prepare()`.

Fixes #20
@JDGrimes JDGrimes added this to the 0.8.0 milestone Sep 19, 2015
westonruter added a commit that referenced this pull request Sep 19, 2015
@westonruter westonruter merged commit e9bb0a2 into develop Sep 19, 2015
@westonruter
Copy link
Member

@JDGrimes Are you serious!? 🎆 😲 ❤️

@westonruter westonruter deleted the issue/20 branch September 19, 2015 20:36
@JDGrimes
Copy link
Contributor Author

😎

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

Successfully merging this pull request may close these issues.

4 participants