Régis Behmo 2024-01-22 09:31:36 +01:00 committed by Régis Behmo
parent 9d3d9e60f5
commit efd8df600d
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- [Security] Fix JWT scopes in XBlock callbacks. (by @regisb)

View File

@ -51,6 +51,8 @@ RUN git config --global user.email "tutor@overhang.io" \
{{ patch("openedx-dockerfile-git-patches-default") }}
{%- else %}
# Patch edx-platform
# XBlock JWT security fix https://github.com/openedx/edx-platform/pull/34047
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/89f5f69682a5e1422f89e867491e8974dd0a8208.patch | git am
{%- endif %}
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}