Security Tips
Security Tip: Selectively Stage and Commit Changes
[Tip#10] You should always selectively stage changes, to avoid committing secrets or debug code and pushing to prod.
Friendly Hacker, Speaker, and PHP & Laravel Security Specialist.šµļø I hack stuff on stage for fun. š
Security Tips
[Tip#10] You should always selectively stage changes, to avoid committing secrets or debug code and pushing to prod.
Security Tips
[Tip #9] security.txt is a simple way to share your security contacts to make vulnerability reporting easier.
Newsletter
The teams discount link was broken
Newsletter
Get 25% off individual subscriptions, or 50% off teams. Forever.
Security Tips
[Tip #8] We need to be careful of sensitive data and where it gets passed around, especially when it relates to models and Javascript.
Newsletter
Explaining that Laravel Image File Upload Vulnerability...
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...
Security Tips
[Tip #7] Always pass user input through a validator to ensure you only get the data you're expecting.
Security Tips
[Tip #6] Because sometimes being paranoid is a good thing.
In Depth
Let's dive into SQL Injection, learn how it works, and what we can do with it.
Security Tips
[Tip #5] Don't forget to configure your cookies for to only work over HTTPS.
Security Tips
[Tip #4] We're following the theme of reminders for simple features that are easy to overlook with a reminder to use Parameterised Queries!