Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 3.5.8 release notes: Difference between revisions

From MoodleDocs
mNo edit summary
Line 11: Line 11:
* MDL-65749 - Upgrade PHPMailer
* MDL-65749 - Upgrade PHPMailer
   
   
===Security issues===
===Security fixes===
Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
   
   
* [https://moodle.org/mod/forum/discuss.php?d=391030 MSA-19-0018] JavaScript injection possible in some Mustache templates via recursive rendering from contexts
* [https://moodle.org/mod/forum/discuss.php?d=391031 MSA-19-0019] Course creation did not check the creator's role assignment capability before automatically assigning them as a teacher in the course
* [https://moodle.org/mod/forum/discuss.php?d=391032 MSA-19-0020] Python Machine Learning dependency versions bumped
* [https://moodle.org/mod/forum/discuss.php?d=391035 MSA-19-0021] Activity :addinstance capabilities were not respected when creating a course in single activity format
* [https://moodle.org/mod/forum/discuss.php?d=391036 MSA-19-0022] Open redirect in the mobile launch endpoint could be used to expose mobile access tokens
* [https://moodle.org/mod/forum/discuss.php?d=391037 MSA-19-0023] Forum subscribe link contained an open redirect if forced subscription mode was enabled
==See also==
==See also==
*[[Moodle 3.5.7 release notes]]
*[[Moodle 3.5.7 release notes]]

Revision as of 08:56, 16 September 2019

Releases > Moodle 3.5.8 release notes

Release date: 9 September 2019

Here is the full list of fixed issues in 3.5.8.

Fixes

  • MDL-66136 - Online text assignment error when attempting to submit an image only (with no text)
  • MDL-65925 - Grade page is broken if submission other than PDF was deleted
  • MDL-65749 - Upgrade PHPMailer

Security fixes

  • MSA-19-0018 JavaScript injection possible in some Mustache templates via recursive rendering from contexts
  • MSA-19-0019 Course creation did not check the creator's role assignment capability before automatically assigning them as a teacher in the course
  • MSA-19-0020 Python Machine Learning dependency versions bumped
  • MSA-19-0021 Activity :addinstance capabilities were not respected when creating a course in single activity format
  • MSA-19-0022 Open redirect in the mobile launch endpoint could be used to expose mobile access tokens
  • MSA-19-0023 Forum subscribe link contained an open redirect if forced subscription mode was enabled

See also