mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
v13.0.3 (2022-01-04)
- [Security] Upgrade Django to 3.2.11 in edx-platform. - [Security] Prevent non-staff users from searching usernames by email by abusing the logout url.
This commit is contained in:
parent
699ef4c6d5
commit
f4d866db81
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v13.0.3 (2022-01-04)
|
||||
|
||||
- [Security] Upgrade Django to 3.2.11 in edx-platform.
|
||||
- [Security] Prevent non-staff users from searching usernames by email by abusing the logout url.
|
||||
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "13.0.2"
|
||||
__version__ = "13.0.3"
|
||||
|
||||
# The version suffix will be appended to the actual version, separated by a
|
||||
# dash. Use this suffix to differentiate between the actual released version and
|
||||
|
Loading…
Reference in New Issue
Block a user