Security Tips
OWASP Tip: A03:2021 – Injection
i.e. Cross-Site Scripting (XSS), SQL injection (SQLi), and Command Injection
Security Tips
i.e. Cross-Site Scripting (XSS), SQL injection (SQLi), and Command Injection
Security Tips
[Tip#22] Validating user input is easy to forget without adding HTML or Markdown into the mix!
Newsletter
[InDepth#7] CSPs are an incredibly powerful security feature built into the browser.
Security Tips
[Tip#14] What is Subresource Integrity and why is it so important for securing your site?
In Depth
Placeholders are incredibly useful, but you need to be careful with them.
In Depth
Cross-Site Scripting (XSS) is a major concern - if someone can run their own code in your users browsers, they can do whatever they like...