In Depth
In Depth: Insecure Direct Object References (IDOR)
[InDepth#11] Also known as hide-and-seek, and security through obscurity!
Friendly Hacker, Speaker, and PHP & Laravel Security Specialist.🕵️ I hack stuff on stage for fun. 😈
In Depth
[InDepth#11] Also known as hide-and-seek, and security through obscurity!
Security Tips
[Tip#27] Observing the existence of something you can't access still tells you something important, even if you can't access it.
In Depth
[InDepth#10] One time codes, magic links, and more...
Security Tips
[Tip#26] Type Juggling is still very much a problem.
Security Tips
[Tip#25] Try saying that fast 3 times...
Security Tips
[Tip#24] It may sound trivial, but it's easy to overlook.
Security Tips
[Tip#23] Because who doesn't love to scope their bindings?
In Depth
[InDepth#9] One of the many awesome and completely underrated Laravel security features.
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.
In Depth
[InDepth#8] Policy Objects are incredibly powerful. Use them.