Code Smell 215 - Deserializing Object Vulnerability
TL;DR: Don't allow remote code execution
Problems
Security
Solutions
Validate and sanitize input
Avoid executing code. Input only data
Apply sandboxing or isolation
Context
Deserializing objects from an untrusted source is indeed a security-s...
maximilianocontieri.com2 min read