mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 22:48:20 +00:00
security: applied timed exam fix
This commit is contained in:
parent
0c3a160fce
commit
aa931b33f4
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- [Security] Timed exam security fix [29347](https://github.com/edx/edx-platform/pull/29347).
|
||||||
- [Feature] Add [tutor-richie](https://github.com/overhangio/tutor-richie) to the plugins that are bundled with the tutor binary.
|
- [Feature] Add [tutor-richie](https://github.com/overhangio/tutor-richie) to the plugins that are bundled with the tutor binary.
|
||||||
- [Improvement] Make `tutor plugins list` print plugins sorted by name.
|
- [Improvement] Make `tutor plugins list` print plugins sorted by name.
|
||||||
- [Improvement] Ignore Python plugins which cannot be loaded.
|
- [Improvement] Ignore Python plugins which cannot be loaded.
|
||||||
|
@ -44,9 +44,12 @@ RUN git config --global user.email "tutor@overhang.io" \
|
|||||||
{{ patch("openedx-dockerfile-git-patches-default") }}
|
{{ patch("openedx-dockerfile-git-patches-default") }}
|
||||||
{% else %}
|
{% else %}
|
||||||
# Patch edx-platform
|
# Patch edx-platform
|
||||||
|
# edx-proctoring security fix https://github.com/edx/edx-platform/pull/29347/
|
||||||
|
RUN git fetch --depth=2 https://github.com/edx/edx-platform d61dcac29d1651956623c150be53a8bbe69e9346 \
|
||||||
|
&& git cherry-pick d61dcac29d1651956623c150be53a8bbe69e9346
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# Example: RUN git fetch https://github.com/edx/edx-platform <GITSHA1> && git cherry-pick <GITSHA1> #}
|
{# Example: RUN git fetch --depth=2 https://github.com/edx/edx-platform <GITSHA1> && git cherry-pick <GITSHA1> #}
|
||||||
{{ patch("openedx-dockerfile-post-git-checkout") }}
|
{{ patch("openedx-dockerfile-post-git-checkout") }}
|
||||||
|
|
||||||
###### Download extra locales to /openedx/locale/contrib/locale
|
###### Download extra locales to /openedx/locale/contrib/locale
|
||||||
|
Loading…
Reference in New Issue
Block a user