fix: Allow not checking SSL stuffs

pull/7/head
Hannah Ward 2017-05-12 22:15:40 +01:00 committed by GitHub
parent 8aa64b08a2
commit 84d1693261
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ else:
MISP = pymisp.PyMISP(
CONFIG["misp"]["url"],
CONFIG["misp"]["api"],
ssl = config["misp"].get("verifySSL", True)
)
def post_stix(manager, content_block, collection_ids, service_id):