Merge branch 'master' of https://github.com/arcsector/MISP-Taxii-Server
commit
a850a0051f
|
@ -146,6 +146,8 @@ def post_stix(manager, content_block, collection_ids, service_id):
|
||||||
):
|
):
|
||||||
log.info("Publishing event to MISP with ID {}".format(event.get('uuid')))
|
log.info("Publishing event to MISP with ID {}".format(event.get('uuid')))
|
||||||
MISP.publish(event)
|
MISP.publish(event)
|
||||||
|
else:
|
||||||
|
log.info("Skipping MISP event publishing")
|
||||||
else:
|
else:
|
||||||
log.info("No attributes, not bothering.")
|
log.info("No attributes, not bothering.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue