dfir-iris / iris-web

Collaborative Incident Response platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] images in timeline does not get exported into report

hasamba opened this issue · comments

tried the following options:

![`image`](/datastore/file/view/13?cid=9 =60%x40%) - show image in timeline but not in report
[/datastore/file/view/13?cid=9 =60%x40%](URL) - show image in timeline but not in report
![image](https://xx.xx.xx.xx/datastore/file/view/17?cid=10) - does not show image in timeline and not in report

{{ event.event_content }} works, report is generated but without the images.
{{ event.event_content|markdown }} tag gives an error: {"status": "error", "message": "Failed to generate the report", "data": "'InlineCode' object has no attribute 'content' (wgebzrnnovgeslsfst.docx)"}

am i doing something wrong?

Hi!

Unfortunately the images in the report aren't 100% supported. We recommend to add them manually afterward for the moment 👍