Skip to content

Commit fd2d3de

Browse files
committed
v14.1.2 (2022-11-02)
- [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by @regisb)
1 parent b46a7b0 commit fd2d3de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Every user-facing change should have an entry in this changelog. Please respect
1818

1919
## Unreleased
2020

21+
## v14.1.2 (2022-11-02)
22+
2123
- [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by @regisb)
2224

2325
## v14.1.1 (2022-10-25)

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "14.1.1"
5+
__version__ = "14.1.2"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)