rspec/rules/S5766/recommended.adoc

4 lines
251 B
Plaintext
Raw Normal View History

2020-06-30 12:50:28 +02:00
== 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.