mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-31 00:39:12 +02:00
Added check for indicators (closes: #189)
This commit is contained in:
@@ -52,6 +52,9 @@ class LocationdClients(IOSExtraction):
|
||||
return records
|
||||
|
||||
def check_indicators(self):
|
||||
if not self.indicators:
|
||||
return
|
||||
|
||||
for result in self.results:
|
||||
parts = result["package"].split("/")
|
||||
proc_name = parts[len(parts)-1]
|
||||
|
||||
Reference in New Issue
Block a user