diff --git a/changelog.d/20240207_173504_cmltawt0_revert_jwt_security.md b/changelog.d/20240207_173504_cmltawt0_revert_jwt_security.md new file mode 100644 index 0000000000..a4ca2c66a1 --- /dev/null +++ b/changelog.d/20240207_173504_cmltawt0_revert_jwt_security.md @@ -0,0 +1,2 @@ +- [Security] Revert XBlock JWT security patch introduced in https://github.com/overhangio/tutor/pull/986 + since https://github.com/openedx/edx-platform/pull/34047 is merged. (by @cmltawt0) diff --git a/tutor/templates/build/openedx/Dockerfile b/tutor/templates/build/openedx/Dockerfile index 51e7db456b..0aef8e81b8 100644 --- a/tutor/templates/build/openedx/Dockerfile +++ b/tutor/templates/build/openedx/Dockerfile @@ -51,8 +51,6 @@ 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/.patch | git am #}