stable

Clone or download

Read-only

Remove the usage of unserialize() for the user's feedbacks

Use unserialize() require to be careful or it could lead to object injection. When not absolutely needed, it's usage should be prohibited. This contribution is part of request #10118: remote code execution through object unserialization of a user's recent elements Change-Id: I0d4e82a813bc58052c4dea3a9f9b61ab0d1110f7

Modified Files

Name
M src/common/include/Feedback.class.php +8 −0 Go to diff View file
M src/common/include/Response.class.php +7 −3 Go to diff View file
A src/db/mysql/updates/2017/201704051330_remove_binary_serialized_feedback.php +46 −0 Go to diff View file