mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Apply security patch #26029
See: https://discuss.openedx.org/t/security-im-patch-for-xss-fixes-4/3997
This commit is contained in:
parent
d2ec64fe70
commit
0435483e14
@ -2,6 +2,10 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Apply security patch [26029](https://github.com/edx/edx-platform/pull/26029)
|
||||
|
||||
## v11.0.6 (2021-01-05)
|
||||
|
||||
- [Security] Apply security patch [25974](https://github.com/edx/edx-platform/pull/25974)
|
||||
|
@ -39,6 +39,7 @@ WORKDIR /openedx/edx-platform
|
||||
# Apply security fixes
|
||||
RUN curl https://github.com/edx/edx-platform/commit/fab755d80083575d3466b990cfcef3b9fd97e755.patch | git apply -
|
||||
RUN curl https://github.com/edx/edx-platform/commit/4abb0f85df3f01b791953bb021b754a210b9a99f.patch | git apply -
|
||||
RUN curl https://github.com/edx/edx-platform/commit/835c5082a336a4b003fc36be4b4745a641d097d7.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