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

4 lines
251 B
Plaintext

== Recommended Secure Coding Practices
* At the end of the deserialization process it is recommended to perform the same validation checks as the ones performed in constructors, especially when the serialized object can be controlled by an attacker.