rspec/rules/S5766/description.adoc
2020-06-30 17:16:12 +02:00

2 lines
264 B
Plaintext

Deserialization process extracts data from the serialized representation of an object and reconstruct it directly, without calling constructors. Thus, data validation implemented in constructors can be bypassed if serialized objects are controlled by an attacker.