Skip to content

Commit 277cec5

Browse files
authored
Fixed that hits stalkerware-rules were not being passed to TUI
1 parent 699120b commit 277cec5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/scan.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ pub async fn run(
104104
pkg.id, name
105105
);
106106
warn!("Suspicious {:?}: {}", SuspicionLevel::High, alert);
107+
report
108+
.app(
109+
pkg.id.clone(),
110+
Suspicion {
111+
level: SuspicionLevel::High,
112+
description: alert,
113+
},
114+
)
115+
.await?;
107116
}
108117

109118
// fetch infos about package

0 commit comments

Comments
 (0)