Update applications.py

Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension"
This commit is contained in:
a-sdi
2023-08-02 19:26:06 +03:00
committed by GitHub
parent 9a831b5930
commit 355480414f
+2 -1
View File
@@ -79,9 +79,10 @@ class Applications(IOSExtraction):
result["matched_indicator"] = ioc
self.detected.append(result)
continue
#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",
"com.apple.dmd",
"dmd",
]: