mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-12 01:45:39 +00:00
security: apply security patch 27394
See: https://discuss.openedx.org/t/security-patch-for-xss-fixes/4820
This commit is contained in:
parent
96be0b7401
commit
b211cb0a0f
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Apply security patch [27394](https://github.com/edx/edx-platform/pull/27394).
|
||||
- [Feature] Add patches to extend python requirements installation process in openedx and openedx-dev Dockerfiles.
|
||||
- [Improvement] Apply edx-platform patches during Docker image build using tutor patch 'openedx-dockerfile-git-patches-default'.
|
||||
|
||||
|
@ -40,6 +40,9 @@ WORKDIR /openedx/edx-platform
|
||||
{{ patch("openedx-dockerfile-git-patches-default") }}
|
||||
{% else %}
|
||||
# Patch edx-platform
|
||||
# Security patches
|
||||
# https://github.com/edx/edx-platform/pull/27394
|
||||
RUN curl https://github.com/overhangio/edx-platform/commit/a0fdc97f1704659d26e167de3fbf2ab8c371d67b.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
|
||||
|
Loading…
Reference in New Issue
Block a user