From 76d7534b05f666c762c627123be20b113eb6a1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Tue, 18 Jul 2023 18:02:42 +0200 Subject: [PATCH] Fix bug recording detections in WebkitResourceLoadStatistics module --- mvt/ios/modules/mixed/webkit_resource_load_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py index 0fec08d..b516a65 100644 --- a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py +++ b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py @@ -58,7 +58,7 @@ class WebkitResourceLoadStatistics(IOSExtraction): if not self.indicators: return - self.detected = {} + self.detected = [] for result in self.results: ioc = self.indicators.check_domain(result["registrable_domain"]) if ioc: