ndunand / moodle-mod_opencast

OpenCast module for Moodle
8 stars 6 forks source link

Security #12

Open felicemcc opened 4 years ago

felicemcc commented 4 years ago

 1. Avoid using malicious functions like call_user_func(), eval(), unserialize() and so on, especially when they would be called with user-supplied data: Unserialize is used

ndunand commented 4 years ago

https://github.com/ndunand/moodle-mod_opencast/blob/master/upload_event.php#L185