OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.45k stars 947 forks source link

Error when exporting a list of entities in PDF format #9082

Open gkallenborn opened 2 days ago

gkallenborn commented 2 days ago

Description

After making a search on the knowledge graph, I wanted to export a list of selected entities in PDF format. The connector launched, but the process ended with the following error:

string indices must be integers, not ‘str’

Environment

  1. OS (where OpenCTI server runs): Debian GNU/Linux 10 (buster)
  2. OpenCTI version: 6.4.0
  3. OpenCTI client: Chrome
  4. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Make a search, for example "ransomware"
  2. Select some items in the search result
  3. Trigger an export in PDF format

Expected Output

A PDF document

Actual Output

An error message

Additional information

Image

Screenshots (optional)