mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Apply security patch #28442
See: https://discuss.openedx.org/t/security-patch-for-xxe-vulnerability-in-course-import/5575
This commit is contained in:
parent
eeb08f63d9
commit
c33bd7c892
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Apply security patch [28442](https://github.com/edx/edx-platform/pull/28442).
|
||||
|
||||
## v12.0.3 (2021-08-10)
|
||||
|
||||
- [Improvement] Upgrade all services to open-release/lilac.2.
|
||||
|
@ -40,7 +40,8 @@ WORKDIR /openedx/edx-platform
|
||||
{{ patch("openedx-dockerfile-git-patches-default") }}
|
||||
{% else %}
|
||||
# Patch edx-platform
|
||||
# RUN curl https://github.com/overhangio/edx-platform/commit/<sha1>.patch | git apply -
|
||||
# RUN curl --silent https://github.com/overhangio/edx-platform/commit/<sha1>.patch | git apply -
|
||||
RUN curl --silent https://github.com/overhangio/edx-platform/commit/8ecc1903ca9170a719c0e63e99fb231822eb26d8.patch | git apply -
|
||||
{% endif %}
|
||||
|
||||
###### Download extra locales to /openedx/locale/contrib/locale
|
||||
|
Loading…
Reference in New Issue
Block a user