Apply security patch 26592

See: https://discuss.openedx.org/t/security-im-patch-for-xss-fixes-9/4297
This commit is contained in:
Régis Behmo 2021-02-17 20:00:44 +01:00
parent 8932ea0541
commit 8ad45e6157
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Security] Apply security patch [26592](https://github.com/edx/edx-platform/pull/26592)
## v11.2.1 (2021-02-10)
- [Bugfix] Actually persist Redis data

View File

@ -36,6 +36,8 @@ RUN mkdir -p /openedx/edx-platform && \
WORKDIR /openedx/edx-platform
# Patch edx-platform
# Security patches
RUN curl https://github.com/overhangio/edx-platform/commit/a4369d300b85d94442844443a3d258a2b516955c.patch | git apply -
# Make it possible to disable learner records globally
# https://github.com/edx/edx-platform/pull/25182
# https://github.com/overhangio/edx-platform/tree/overhangio/disable-learner-records-from-settings