Security Tips
Security Tip: Safely Rendering JSON in Blade
[Tip#41] It's quite common to inject JSON into Blade templates for various use cases, but is it actually safe to do so? Not really...
Security Tips
[Tip#41] It's quite common to inject JSON into Blade templates for various use cases, but is it actually safe to do so? Not really...
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...