
Security Tips
Security Tip: Encoding/Serialising Data
[Tip#36] Encoding/serialising data can be risky if you're not using the correct functions.
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#36] Encoding/serialising data can be risky if you're not using the correct functions.
Security Tips
[Tip#35] It's easy to make innocent changes to one part of your app and forget to check how that flows into other parts of your app
Security Tips
[Tip#34] Laravel features the ability to encrypt environment files... but do you need to use it?
Security Tips
[Tip#33] We can easily restrict access to files on remote storage like S3, but what about local files?
Security Tips
[Tip#32] For times when one rate limit just won't do!
Security Tips
[Tip#31] These are my favourite simple security trick to let you know if someone is poking around in your stuff.
Security Tips
Our final entry in the OWASP Top 10 series - be aware of what your servers can access!
Security Tips
You do have logging enabled, right?
Security Tips
Don't get confused with authorisation, we're talking authENTICation this week.
Security Tips
Keep your stuff updated!!
Security Tips
It's hard to build a secure system if the design is inherently insecure.
Security Tips
i.e. Cross-Site Scripting (XSS), SQL injection (SQLi), and Command Injection