mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 17:47:13 +00:00
Apply javascript security patch
See pull request: https://github.com/edx/edx-platform/pull/24762
This commit is contained in:
parent
a161dbf843
commit
1d5bc05328
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Apply javascript security patch ([pull request](https://github.com/edx/edx-platform/pull/24762))
|
||||
- [Bugfix] Fix "FileError" on Scorm package upload in Scorm XBlock
|
||||
- 💥[Improvement] Serve openedx static assets with [whitenoise](http://whitenoise.evans.io/en/stable/) instead of nginx. This removes the `k8s-deployments-nginx-init-containers` patch. Plugins are encouraged to implement static asset serving with Whitenoise as well.
|
||||
- [Bugfix] Fix dependency on mysql service when mysql is not activated
|
||||
|
@ -49,6 +49,9 @@ RUN curl https://github.com/overhangio/edx-platform/commit/6dbf2eddf7a4563c04c3b
|
||||
# xsslint security patch
|
||||
# https://github.com/edx/edx-platform/pull/24568
|
||||
RUN curl https://github.com/edx/edx-platform/commit/0e45ecb743a1f329be825367e72695af4113f882.patch | git apply -
|
||||
# Sustaining security fixes 2
|
||||
# https://github.com/edx/edx-platform/pull/24762/commits
|
||||
RUN curl https://github.com/edx/edx-platform/commit/d9e0ca5e70d66e528262f80413f125d6bfac9e4e.patch | git apply -
|
||||
|
||||
###### Download extra locales to /openedx/locale/contrib/locale
|
||||
FROM minimal as locales
|
||||
|
Loading…
Reference in New Issue
Block a user