From a6bf66fe48d6d1cbd49fa453ff1be4bae0a59cb5 Mon Sep 17 00:00:00 2001 From: Rory Flynn Date: Wed, 31 Jan 2024 11:04:10 +0100 Subject: [PATCH] Related black changes :) --- mvt/ios/modules/mixed/sms_attachments.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mvt/ios/modules/mixed/sms_attachments.py b/mvt/ios/modules/mixed/sms_attachments.py index 3bcdce0..ea9b477 100644 --- a/mvt/ios/modules/mixed/sms_attachments.py +++ b/mvt/ios/modules/mixed/sms_attachments.py @@ -56,7 +56,9 @@ class SMSAttachments(IOSExtraction): def check_indicators(self) -> None: for attachment in self.results: # Check for known malicious filenames. - if self.indicators and self.indicators.check_file_path(attachment["filename"]): + if self.indicators and self.indicators.check_file_path( + attachment["filename"] + ): self.detected.append(attachment) if (