Apply upstream security patch

This commit is contained in:
Régis Behmo 2020-12-09 13:33:31 +01:00
parent f334dc47fb
commit 0f44d32147
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Security] Apply upstream edx-platform [security patch](https://github.com/edx/edx-platform/pull/25782)
## v10.5.2 (2020-12-07)
- [Improvement] Increase the timeout of the gunicorn worker command in openedx Dockerfile

View File

@ -54,7 +54,9 @@ RUN curl https://github.com/edx/edx-platform/commit/80fa2cae128e2a1fd8ab298351b7
# https://github.com/edx/edx-platform/pull/25182
# https://github.com/overhangio/edx-platform/tree/overhangio/disable-learner-records-from-settings
RUN curl https://github.com/overhangio/edx-platform/commit/58f20a0547355080eeee346104a1719ad806902e.patch | git apply -
# Fix security issues
# https://github.com/edx/edx-platform/pull/25782/commits
RUN curl https://github.com/edx/edx-platform/commit/c03857b78d6204ed3b9a3093367348ebfaaf7d04.patch | git apply -
###### Download extra locales to /openedx/locale/contrib/locale
FROM minimal as locales