Skip to content

Commit

Permalink
#565 JoeSandbox: accept TAC
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 11, 2019
1 parent b620ccc commit 43f5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/JoeSandbox/joesandbox_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self):
)
self.analysistimeout = self.get_param("config.analysistimeout", 30 * 60, None)
self.networktimeout = self.get_param("config.networktimeout", 30, None)
self.joe = JoeSandbox(apikey, self.url, verify_ssl=False)
self.joe = JoeSandbox(apikey, self.url, verify_ssl=False, accept_tac=True)

def summary(self, raw):
taxonomies = []
Expand Down

0 comments on commit 43f5e26

Please sign in to comment.