From b60d142d32fcd3ca5c8e90256469005a67d383f1 Mon Sep 17 00:00:00 2001 From: Jesse Hedden Date: Mon, 22 Jun 2020 15:06:39 -0700 Subject: [PATCH] removed extra parameter --- misp_modules/modules/expansion/trustar_enrich.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/trustar_enrich.py b/misp_modules/modules/expansion/trustar_enrich.py index 1edc0f8..f163b85 100644 --- a/misp_modules/modules/expansion/trustar_enrich.py +++ b/misp_modules/modules/expansion/trustar_enrich.py @@ -121,7 +121,7 @@ class TruSTARParser: misperrors['error'] = "Unable to retrieve TruSTAR summary data: {}".format(e) return misperrors - trustar_parser.parse_indicator_summary(attribute, summaries) + trustar_parser.parse_indicator_summary(summaries) return trustar_parser.get_results() def introspection():