You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue following the upgrade of Titan library from 1.20.0.4 to 1.20.0.6
Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/apscheduler/executors/base.py", line 131, in run_job retval = job.func(*job.args, **job.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/opencti-intel471/intel471/streams/common.py", line 74, in run forbundleinself.get_bundles(): ^^^^^^^^^^^^^^^^^^ File "/opt/opencti-intel471/intel471/streams/common.py", line 109, in get_bundles STIXMapperSettings( TypeError: STIXMapperSettings.__new__() got an unexpected keyword argument 'report_attachments_opencti'
Description
Issue following the upgrade of Titan library from
1.20.0.4
to1.20.0.6
Due to these following changes:
intel471/titan-client-python@de02793#diff-96dbc385c41ca447d6fdd73f25608d9ed1a1c953fe8e9ffe027ffe414a6e49e8R15
The text was updated successfully, but these errors were encountered: