mirror of
https://github.com/mvt-project/mvt.git
synced 2026-09-03 00:21:07 +02:00
Explain AppOps alert timestamp selection
This commit is contained in:
@@ -42,6 +42,8 @@ class DumpsysAppopsArtifact(AndroidArtifact):
|
||||
|
||||
def check_indicators(self) -> None:
|
||||
for result in self.results:
|
||||
# A package IOC match is not tied to one AppOps entry. Use the latest
|
||||
# recorded access or rejection to place the package-level alert in time.
|
||||
event_time = max(
|
||||
(
|
||||
entry["timestamp"]
|
||||
|
||||
Reference in New Issue
Block a user