Does WordPress validate inputs made to all built-in functions that access the database to protect against SQL injection vulnerabilities or do we have to validate before passing them?
Leave a Reply
You must be logged in to post a comment.
Does WordPress validate inputs made to all built-in functions that access the database to protect against SQL injection vulnerabilities or do we have to validate before passing them?
You must be logged in to post a comment.
You have to do a lot by yourself. But you also have to check the core code by yourself to see if the current function you’re using is validating it and in which way.