mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-19 17:13:25 +00:00
Fix style error (need space after # in comment)
This commit is contained in:
@@ -79,7 +79,7 @@ class Applications(IOSExtraction):
|
||||
result["matched_indicator"] = ioc
|
||||
self.detected.append(result)
|
||||
continue
|
||||
#Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension"
|
||||
# Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension"
|
||||
if result.get("sourceApp", "com.apple.AppStore") not in [
|
||||
"com.apple.AppStore",
|
||||
"com.apple.AppStore.ProductPageExtension",
|
||||
|
||||
Reference in New Issue
Block a user