PayloadsAllTheThings/Insecure deserialization
2018-12-25 16:10:15 +01:00
..
Files Ruby Deserialization 2018-11-13 23:38:40 +01:00
Java.md Adding references sectio 2018-12-24 15:02:50 +01:00
PHP.md Adding references sectio 2018-12-24 15:02:50 +01:00
Python.md Adding references sectio 2018-12-24 15:02:50 +01:00
README.md References added based on @ngalongc bug-bounty-references 2018-12-25 16:10:15 +01:00
Ruby.md Adding references sectio 2018-12-24 15:02:50 +01:00

Insecure Deserialization

Serialization is the process of turning some object into a data format that can be restored later. People often serialize objects in order to save them to storage, or to send as part of communications. Deserialization is the reverse of that process -- taking data structured from some format, and rebuilding it into an object - OWASP

Check the following sub-sections, located in other files :

References