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!
Security Tips
[Tip#22] Validating user input is easy to forget without adding HTML or Markdown into the mix!
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 #11] Why duplicate password validation rules across your app when you can define defaults once?
Security Tips
[Tip #7] Always pass user input through a validator to ensure you only get the data you're expecting.