mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 07:41:02 +00:00
security: fix JWT scopes in XBlock callbacks
See: https://github.com/openedx/edx-platform/security/advisories/GHSA-qx8m-mqx3-j9fm https://github.com/openedx/edx-platform/pull/34047
This commit is contained in:
parent
9d3d9e60f5
commit
efd8df600d
1
changelog.d/20240122_093036_regis_jwt_security.md
Normal file
1
changelog.d/20240122_093036_regis_jwt_security.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- [Security] Fix JWT scopes in XBlock callbacks. (by @regisb)
|
@ -51,6 +51,8 @@ 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
|
||||||
|
# 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 %}
|
{%- endif %}
|
||||||
|
|
||||||
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}
|
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}
|
||||||
|
Loading…
Reference in New Issue
Block a user