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
The command-line flag --no-publish does not get passed to **kwargs (cli.py, line 145), so everything gets published, every time.
Adding:
'publish': config.publish,
to kwargs fixes it.
Versions
otx-misp: 1.4.2
PyMISP: 2.4.82
MISP: any
Python (Python 2 will not be supported): any
Operating system: any
Traceback or error
The text was updated successfully, but these errors were encountered:
Description
The command-line flag --no-publish does not get passed to **kwargs (cli.py, line 145), so everything gets published, every time.
Adding:
'publish': config.publish,
to kwargs fixes it.
Versions
Traceback or error
The text was updated successfully, but these errors were encountered: