Merge pull request #380 from a-sdi/patch-1

Update applications.py to add extra valid source
This commit is contained in:
Donncha Ó Cearbhaill 2023-08-02 20:03:30 +02:00 committed by GitHub
commit 26f981244d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
]: