From c534cdf4f94a68b8253a57b0ad87f3a48103bc06 Mon Sep 17 00:00:00 2001 From: jbergner Date: Mon, 18 May 2026 08:30:30 +0200 Subject: [PATCH] bugfix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4b37b2d..8b8969d 100644 --- a/main.go +++ b/main.go @@ -6207,7 +6207,7 @@ GROUP BY e.hostname, e.target_user, e.src_ip Score: score, WindowStart: windowStart, WindowEnd: windowEnd, - Status: "plausibe", + Status: "plausible", Summary: fmt.Sprintf("Benutzer %s meldet sich auf %s erstmals von Quell-IP %s an", user, host, srcIP), Details: mustJSON(map[string]any{ "user": user,