Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Security:Data-loss

De MoodleDocs
Salta a:navegació, cerca

This page forms part of the Moodle security guidelines.

What is the danger?

This is more a symptom or other vulnerabilities, than a vulnerability in its own right.

For example, Evil Hacker can use cross-site request forgery or SQL injection to maliciously destroy lots of your data. Or the fact that someone has permission to destroy a lot of data may indicate that the code is not performing sufficient authorisation checks.

However, it is also possible for users to accidentally destroy lots of data if the user-interface is badly designed and confusing.


How Moodle avoids this problem

We write secure code so that data cannot be destroyed maliciously.

We try to design clear interfaces, so that users understand the effects of their actions.


What you need to do in your code


What you need to do as an administrator

  • Be careful!


See also

Plantilla:CategoryDeveloper