Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Moodle security procedures.

Moodle security procedures: Difference between revisions

From MoodleDocs
(Moved to dev docs)
 
Line 1: Line 1:
{{Security}}
{{Moved to dev docs}}
 
We treat  security issues in Moodle software very seriously. Even though we dedicate a lot of time designing our code to avoid such problems, it is inevitable in a project of this size that new vulnerabilities will occasionally be discovered.
 
==Disclosure policy==
 
We practice ''responsible disclosure'', which means we have a policy of disclosing all security issues that come to our attention, but only after we have solved the issue and given registered Moodle sites time to upgrade or patch their installations.
 
We ask that when reporting a security issue, you observe these same guidelines, and beyond communicating with the security team, do not share your knowledge of security issues with the public at large.
 
==How can I report a  security issue?==
 
'''[https://tracker.moodle.org/secure/CreateIssue.jspa?pid=10011&issuetype=1 Create a new issue]''' in the Moodle Tracker describing the problem (and solution if possible) in detail. Make sure you set the security level accurately to make sure that the security team sees it. Bugs classified as a "Serious security issue" are hidden from everyone apart from the security team and the person who reported the problem. If you are not sure whether an issue is a security issue, you should still create a new issue in the tracker for review, using the security level "Could be a security issue".
 
Alternatively, you can send an email to [mailto:security@moodle.org security@moodle.org], however this is less secure than using the Tracker.
 
Please do ''not'' post about security issues in the forums on moodle.org or elsewhere. This will cause the issue to be more widely known before a fix can be prepared.
 
==How we deal with a reported security issue==
 
# The security team reviews the issue and evaluates its potential impact on all supported versions of Moodle.
# The security team works with the issue reporter to resolve the problem, following the [[:dev:Process#Security_issues|Security issue development process]] and keeping details of the problem and its solution hidden until a release is made.
# New versions are created and tested.
# New packages are created and made available on download.moodle.org.
# Advisories are mailed to administrators of registered Moodle sites, giving a period of time when they can upgrade before the issue becomes public.
# A public announcement is made about the security issue in the [http://moodle.org/mod/forum/view.php?id=7128 Moodle security news forum].
 
==See also...==
* [[:dev:Process#Security_issues|Security issue development process]]
 
[[de:Sicherheitsprozeduren]]
[[es:Procedimientos de seguridad en Moodle]]

Latest revision as of 15:59, 24 June 2014

This development related page is now located in the Dev docs.

See the Moodle security procedures page in the Dev docs.