mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 09:02:14 +00:00
security: add upstream security patch in dockerfile (#1068)
This commit is contained in:
parent
2520d93fb0
commit
e3eb72db2a
@ -0,0 +1 @@
|
|||||||
|
- [Security] Add Upstream "Privilege re-escalation in Studio after staff access removed" git security patch in Open edX Image(by @dawoudsheraz)
|
@ -56,6 +56,10 @@ RUN git config --global user.email "tutor@overhang.io" \
|
|||||||
# Prevent course structure cache infinite growth
|
# Prevent course structure cache infinite growth
|
||||||
# https://github.com/openedx/edx-platform/pull/34210
|
# https://github.com/openedx/edx-platform/pull/34210
|
||||||
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/ad201cd664b6c722cbefcbda23ae390c06daf621.patch | git am
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/ad201cd664b6c722cbefcbda23ae390c06daf621.patch | git am
|
||||||
|
# Security patch for "Privilege re-escalation in Studio after staff access removed"
|
||||||
|
# https://github.com/openedx/edx-platform/security/advisories/GHSA-99vw-2wrq-xh9x
|
||||||
|
# https://discuss.openedx.org/t/upcoming-security-fix-for-edx-platform-on-2024-05-17/13004
|
||||||
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/3ff69fd5813256f935f19c237ea0c42d4c16edbf.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