
Security Tips
Security Tip: Validating HTML & Markdown Input!
[Tip#22] Validating user input is easy to forget without adding HTML or Markdown into the mix!
Weekly security tips that cover the simpler topics, configuration options, tricks, updates, and anything else security related you need to be aware of.
Security Tips
[Tip#22] Validating user input is easy to forget without adding HTML or Markdown into the mix!
Security Tips
[Tip#21] It may seem strange but non-production mail can be a security risk.
Security Tips
[Tip#20] Laravel's helpers are great, but make sure you know everything they do before you use them.
Security Tips
[Tip#19] Because all randomness should be cryptographically secure.
Security Tips
[Tip#18] Dependencies are security risks, especially if you have a lot of them or don't keep them updated...
Security Tips
[Tip#17] It's easy to forget to update the admins list when it changes...
Security Tips
[Tip#16] Ever clicked a link that looked legitimate, but took you somewhere unexpected?
Security Tips
[Tip#15] Since we don't have enough weird edge cases to worry about in security, here's one more: Transliteration allows you to bypass security checks when services like MySQL do magical translation without telling you! 😱
Security Tips
[Tip#14] What is Subresource Integrity and why is it so important for securing your site?
Security Tips
[Tip#13] Blocking Compromised (Pwned) Passwords forces your users to use strong passwords, but is it the right choice for your app?
Security Tips
[Tip#12] It's easy to guess passwords if your app doesn't rate limit attempts...
Security Tips
[Tip #11] Why duplicate password validation rules across your app when you can define defaults once?