Skip to content

Commit

Permalink
sec: fix LTI consumer xblock grading
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Feb 9, 2023
1 parent 561460e commit 9df3b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/20230209_092607_regis_sec_lti.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Security] Fix grading issue in LTI consumer XBlock. See [security advisory](https://github.com/openedx/xblock-lti-consumer/security/advisories/GHSA-7j9p-67mm-5g87). (by @regisb)
3 changes: 3 additions & 0 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ RUN curl -fsSL https://github.com/openedx/edx-platform/commit/20b93b8b01276edadd
# Fix TinyMCE editor for html components
# https://github.com/openedx/edx-platform/pull/31500
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/5af42f8ba3.patch | git am
# Fix security issue in lti-consumer-xblock
# https://github.com/openedx/edx-platform/pull/31724
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/5f901a35d2.patch | git am
{%- endif %}

{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1> | git am #}
Expand Down

0 comments on commit 9df3b18

Please sign in to comment.