Insecure Deserialization
Overview
Detects deserialization of untrusted data which can lead to Remote Code Execution.
Remediation
Use safe data formats like JSON instead of native serialization. If native serialization is required, sign the objects.
Detects deserialization of untrusted data which can lead to Remote Code Execution.
npx skillmds@latest add zakirkun/insecure-deserialization Detects deserialization of untrusted data which can lead to Remote Code Execution.
Use safe data formats like JSON instead of native serialization. If native serialization is required, sign the objects.
zakirkun/ice-tea/tree/main/skills/web/deserialization commit ffaa85df4e