Insecure Deserialization in Python

In this blog (part of the “Insecure Deserialization” series), we are going to discuss Insecure Deserialization in Python. We briefly discussed “What is Serialization?” and “What is Deserialization?” in our previous blog.  Synopsis  Python’s pickle module is used for serialization and deserialization in Python. This module serializes or deserializes Python objects only. It does not...