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.4.3 and friends #1128

Merged
merged 1 commit into from
Sep 20, 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
8 changes: 6 additions & 2 deletions general/releases/4.1/4.1.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ 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-0042](https://moodle.org/mod/forum/discuss.php?d=461894) - Unprotected access to sensitive information via dynamic tables.<br/>
**Note:** Please check the announcement for further details about required coding changes for any third party Moodle code implementing dynamic tables.
- [MSA-24-0043](https://moodle.org/mod/forum/discuss.php?d=461895) - IDOR when deleting OAuth2 linked accounts
- [MSA-24-0044](https://moodle.org/mod/forum/discuss.php?d=461897) - Lesson activity password bypass through PHP loose comparison
<!-- cspell:enable -->
8 changes: 6 additions & 2 deletions general/releases/4.2/4.2.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ 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-0042](https://moodle.org/mod/forum/discuss.php?d=461894) - Unprotected access to sensitive information via dynamic tables.<br/>
**Note:** Please check the announcement for further details about required coding changes for any third party Moodle code implementing dynamic tables.
- [MSA-24-0043](https://moodle.org/mod/forum/discuss.php?d=461895) - IDOR when deleting OAuth2 linked accounts
- [MSA-24-0044](https://moodle.org/mod/forum/discuss.php?d=461897) - Lesson activity password bypass through PHP loose comparison
<!-- cspell:enable -->
8 changes: 6 additions & 2 deletions general/releases/4.3/4.3.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ 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-0042](https://moodle.org/mod/forum/discuss.php?d=461894) - Unprotected access to sensitive information via dynamic tables.<br/>
**Note:** Please check the announcement for further details about required coding changes for any third party Moodle code implementing dynamic tables.
- [MSA-24-0043](https://moodle.org/mod/forum/discuss.php?d=461895) - IDOR when deleting OAuth2 linked accounts
- [MSA-24-0044](https://moodle.org/mod/forum/discuss.php?d=461897) - Lesson activity password bypass through PHP loose comparison
<!-- cspell:enable -->
8 changes: 6 additions & 2 deletions general/releases/4.4/4.4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ 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-0042](https://moodle.org/mod/forum/discuss.php?d=461894) - Unprotected access to sensitive information via dynamic tables.<br/>
**Note:** Please check the announcement for further details about required coding changes for any third party Moodle code implementing dynamic tables.
- [MSA-24-0043](https://moodle.org/mod/forum/discuss.php?d=461895) - IDOR when deleting OAuth2 linked accounts
- [MSA-24-0044](https://moodle.org/mod/forum/discuss.php?d=461897) - Lesson activity password bypass through PHP loose comparison
<!-- cspell:enable -->
Loading