Comment 26 for bug 1931558

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral-dashboard (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/mistral-dashboard/+/852955
Committed: https://opendev.org/openstack/mistral-dashboard/commit/c077728bfa6001f0cb1ac22b0bacd74eb1967b04
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit c077728bfa6001f0cb1ac22b0bacd74eb1967b04
Author: Takashi Kajinami <email address hidden>
Date: Thu Jul 15 23:13:21 2021 +0900

    Enforce usage of raw definitions

    This change ensures that any definitions passed is treated as raw
    contents. With this change mistral-dashboard no longer tries to load
    contents based on file path or uri passed in by users, and this
    prohibits access to any local files or any internal contents accessible
    without authentication.

    Depends-on: https://review.opendev.org/800950
    Closes-Bug: #1931558
    Change-Id: I4de45cadc4e174794d0c2ef82223a9da5cbdcabc
    (cherry picked from commit 8b876b0b22b365f24af1eb9eae01ad3d22cc1533)