mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-11 21:57:59 +00:00
Apply edx-platform upstream xss security fixes
This commit is contained in:
parent
00573d69d6
commit
8e2a06dc6f
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Apply edx-platform upstream xss security fixes ([pull request](https://github.com/edx/edx-platform/pull/24568))
|
||||
- 💥[Feature] Make it possible to override the docker registry for just a few services by setting `DOCKER_IMAGE_SERVICENAME` values.
|
||||
|
||||
## v10.0.11 (2020-07-16)
|
||||
|
@ -125,7 +125,7 @@ The ``requirements`` folder should have the following content::
|
||||
...
|
||||
|
||||
You will have to re-build the openedx Docker image once::
|
||||
|
||||
|
||||
tutor images build openedx
|
||||
|
||||
You should then run the development server as usual, with ``runserver``. Every change made to the ``mypackage`` folder will be picked up and the development server will be automatically reloaded.
|
||||
|
@ -46,6 +46,9 @@ RUN curl https://github.com/overhangio/edx-platform/commit/089b26eed0302ed1f9a5b
|
||||
# https://github.com/edx/edx-platform/pull/24237
|
||||
# https://github.com/overhangio/edx-platform/tree/overhangio/fix-no-csmh
|
||||
RUN curl https://github.com/overhangio/edx-platform/commit/6dbf2eddf7a4563c04c3b51edf5e131106d69e19.patch | git apply -
|
||||
# xsslint security patch
|
||||
# https://github.com/edx/edx-platform/pull/24568
|
||||
RUN curl https://github.com/edx/edx-platform/commit/0e45ecb743a1f329be825367e72695af4113f882.patch | git apply -
|
||||
|
||||
# Download extra locales to /openedx/locale/contrib/locale
|
||||
RUN cd /tmp \
|
||||
|
Loading…
Reference in New Issue
Block a user