Plugins security and privacy

Plugins security and privacy

by Thomas Barna -
Number of replies: 2

Hi,
So from the Downloads page we can install a number of plugins to Moodle. I have a couple of questions on that.

1. Is there any verification done as to the code of these plugins and subsequent updates? What are the risks that someone posts a plugin/update containing malicious code?

2. Are there any checks done on these plugins to verify that the author does not include code/spyware that silently send user data or system information to some third party on the internet?

Thanks,

Thomas

Average of ratings: -
In reply to Thomas Barna

Re: Plugins security and privacy

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers

Plugins go through the validation and approval process before they are visible on the plugins database. Regardless of how you install a plugin though - whether that’s through the Moodle interface, FTP upload, or GIT - you should always heed the considerations for production sites.

When you install a plugin via the Moodle interface, you will see a validation checklist.

If it’s a potential problem for you though, you can disable the installation and upgrade of plugins via the Moodle interface by adding this to your config.php file:

$CFG->disableupdateautodeploy = true;