#security
Read more stories on Hashnode
Articles with this tag
Don't use guessable names in advance on mission-critical resources · TL;DR: Secure your cloud resources by avoiding predictable naming...
Yet Another Security Code Smell Because Nobody Ever Reads the Documentation · TL;DR: Ignoring constant replacement leads to severe security...
Don't forget to check strings with special characters like underscores · TL;DR: Underscore and special characters can lead to validation...
Avoiding the Null Trap in Privilege Mode Drivers · TL;DR: Using null pointers in critical code can crash your system Problems Memory access...
The Dangers of Hardcoding Secrets · TL;DR: Use a secret manager to avoid hardcoding sensitive information. Problems Security risk Hard to update by...
Metaprogramming is always a problem · TL;DR: Don't allow remote code execution Problems Security Solutions Validate and sanitize input Avoid...