Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add security announcements to 4.5.1 and friends #1212

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions general/releases/4.1/4.1.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## Security fixes

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
<!-- cspell:disable -->
- [MSA-24-0051](https://moodle.org/mod/forum/discuss.php?d=464554) - Unprotected access to sensitive information via learning plan web service
- [MSA-24-0052](https://moodle.org/mod/forum/discuss.php?d=464555) - Tag index page displays other users tagged with the selected tag
- [MSA-24-0053](https://moodle.org/mod/forum/discuss.php?d=464556) - Email change confirmation token available via preference
- [MSA-24-0054](https://moodle.org/mod/forum/discuss.php?d=464557) - Database activity issue in separate groups mode, for users not in a group
- [MSA-24-0056](https://moodle.org/mod/forum/discuss.php?d=464559) - Potential denial of service risk due to guest sessions' longer timeout period
<!-- cspell:enable -->
10 changes: 8 additions & 2 deletions general/releases/4.3/4.3.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## Security fixes

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
<!-- cspell:disable -->
- [MSA-24-0051](https://moodle.org/mod/forum/discuss.php?d=464554) - Unprotected access to sensitive information via learning plan web service
- [MSA-24-0052](https://moodle.org/mod/forum/discuss.php?d=464555) - Tag index page displays other users tagged with the selected tag
- [MSA-24-0053](https://moodle.org/mod/forum/discuss.php?d=464556) - Email change confirmation token available via preference
- [MSA-24-0054](https://moodle.org/mod/forum/discuss.php?d=464557) - Database activity issue in separate groups mode, for users not in a group
- [MSA-24-0055](https://moodle.org/mod/forum/discuss.php?d=464558) - Reflected XSS in question bank filter
- [MSA-24-0056](https://moodle.org/mod/forum/discuss.php?d=464559) - Potential denial of service risk due to guest sessions' longer timeout period
<!-- cspell:enable -->
10 changes: 8 additions & 2 deletions general/releases/4.4/4.4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,11 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
<!-- cspell:enable -->

## Security fixes

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
<!-- cspell:disable -->
- [MSA-24-0051](https://moodle.org/mod/forum/discuss.php?d=464554) - Unprotected access to sensitive information via learning plan web service
- [MSA-24-0052](https://moodle.org/mod/forum/discuss.php?d=464555) - Tag index page displays other users tagged with the selected tag
- [MSA-24-0053](https://moodle.org/mod/forum/discuss.php?d=464556) - Email change confirmation token available via preference
- [MSA-24-0054](https://moodle.org/mod/forum/discuss.php?d=464557) - Database activity issue in separate groups mode, for users not in a group
- [MSA-24-0055](https://moodle.org/mod/forum/discuss.php?d=464558) - Reflected XSS in question bank filter
- [MSA-24-0056](https://moodle.org/mod/forum/discuss.php?d=464559) - Potential denial of service risk due to guest sessions' longer timeout period
<!-- cspell:enable -->
10 changes: 8 additions & 2 deletions general/releases/4.5/4.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,11 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
<!-- cspell:enable -->

## Security fixes

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
<!-- cspell:disable -->
- [MSA-24-0051](https://moodle.org/mod/forum/discuss.php?d=464554) - Unprotected access to sensitive information via learning plan web service
- [MSA-24-0052](https://moodle.org/mod/forum/discuss.php?d=464555) - Tag index page displays other users tagged with the selected tag
- [MSA-24-0053](https://moodle.org/mod/forum/discuss.php?d=464556) - Email change confirmation token available via preference
- [MSA-24-0054](https://moodle.org/mod/forum/discuss.php?d=464557) - Database activity issue in separate groups mode, for users not in a group
- [MSA-24-0055](https://moodle.org/mod/forum/discuss.php?d=464558) - Reflected XSS in question bank filter
- [MSA-24-0056](https://moodle.org/mod/forum/discuss.php?d=464559) - Potential denial of service risk due to guest sessions' longer timeout period
<!-- cspell:enable -->
Loading