v14.1.2 (2022-11-02)
github-actions
released this
02 Nov 10:46
·
674 commits
to master
since this release
Install this version from pip with:
pip install "tutor[full]==v14.1.2"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v14.1.2/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
See the installation docs for more installation options and instructions.
Changes
- [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by
@regisb)