We will go over some of the most common attack vectors in code and how to protect against them while you write or edit a theme or plugin.
- Escaping, Escaping again, Escaping a third time
- SQL sanitization (or don’t do direct db queries)
- General Sanitization / Validation
- XSS in JS (or don’t concat those strings)