Error when loading Evidence figures

Evidences generated by Detection agent include a report with description of the detection and figures generated by the agent. These figures are saved in a temporary folder: /tmp/mark_figures in a shared volume between the MARK framework and MARK-WEB (as per the masfad-eda project)

mark_web_example1

If we open the link, the website tries to load the image from the host machine (the machine that has the web browser open) instead of loading it from the container.

mark_web_figure_example2

This wasn't an issue in previous iterations as the Framework ran directly on a server and when accessing the webbrowser from the server, it could load the images from the temporary folder, but now the framework uses docker, so the host has no access to the images in the docker volume.