v14.1.2 (2022-11-02)

- [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by
  @regisb)
This commit is contained in:
Régis Behmo 2022-11-02 10:42:55 +01:00
parent b46a7b0fa8
commit fd2d3dea10
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ Every user-facing change should have an entry in this changelog. Please respect
## Unreleased
## v14.1.2 (2022-11-02)
- [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by @regisb)
## v14.1.1 (2022-10-25)

View File

@ -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__ = "14.1.1"
__version__ = "14.1.2"
# 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