Securely developing plugins and themes

A short introduction to developing with a security mindset, covering the most common principles to consider when writing code. — View this lesson and others in this course on Learn WordPress: https://learn.wordpress.org/course/beginner-wordpress-developer/ 0:00 Introduction 0:25 Disclaimer 1:04 What is developing with security in mind? 2:12 Where does security fit in the development process? 2:33 Sanitizing inputs 4:06 Validating Data 6:18 Escaping outputs 7:50 Preventing invalid requests 11:36 Preventing unauthenticated users 13:17 Further reading