[Recorded Future] Formatting error prevents incident creation #3168
Labels
bug
use for describing something not working as expected
filigran support
[optional] use to identify an issue related to feature developed & maintained by Filigran.
solved
use to identify issue that has been solved (must be linked to the solving PR)
Milestone
Description
Alerts on Recorded Future side are not created in OpenCTI (as Incident) because a formatting error is raised.
Traceback (most recent call last): File "/opt/opencti-connector-recorded-future/rflib/rf_playbook_alerts.py", line 117, in run self.create_incident_from_playbook_alert_identity_novel_exposures( File "/opt/opencti-connector-recorded-future/rflib/rf_playbook_alerts.py", line 421, in create_incident_from_playbook_alert_identity_novel_exposures summary_content + "\n" + make_markdown_table(table_markdownsub) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/opencti-connector-recorded-future/rflib/make_markdown_table.py", line 14, in make_markdown_table markdown += f"| {' | '.join(entry)} |{nl}" ^^^^^^^^^^^^^^^^^ TypeError: sequence item 1: expected str instance, list found
Environment
OCTI 6.4.4
Reproducible Steps
Steps to create the smallest reproducible scenario:
Run the RF connector with this configuration
The text was updated successfully, but these errors were encountered: