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

WPCS scan for sanitization, escaping, nonces, sql, and strict comparison checks where applicable #527

Open
wants to merge 7 commits into
base: development
Choose a base branch
from

Conversation

joeyblake
Copy link
Contributor

We typically run WordPress Coding standards scans against libraries and plugins that we use in development which place emphasis on late escaping and strict comparison checks. In the process of reviewing everything, I've made some updates to address applicable issues, and where necessary added phpcs exception comments to prevent already reviewed code from raising issues on subsequent scans.

Thanks for an awesome library!

@ght
Copy link

ght commented May 12, 2018

The changes look good upon a quick read through. Your email address seems to be slightly misconfigured in git though, causing the commits to not be linked to your GitHub profile.

@joeyblake
Copy link
Contributor Author

joeyblake commented May 12, 2018 via email

@joeyblake
Copy link
Contributor Author

Sorted out the email issue.

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

Successfully merging this pull request may close these issues.

None yet

2 participants