Deserialization Safety

Treat any serialized bytes from outside the program as hostile, parsing them through schema-validated formats instead of native object reconstructors. Use when reading pickles, Java or PHP serialized objects, YAML, or any encoded structure that arrives from a user, a queue, or a cache.

Amey-Thakur Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/security/deserialization-safety commit f008c4d594

Frequently asked questions

npx skillmds@latest add amey-thakur/deserialization-safety