From c090617afd8ca3cecfa0ec29e53931e5b849a9ed Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Thu, 25 Jun 2026 11:40:59 +0200 Subject: [PATCH] Add logging scope to precluster (logging cut) Co-Authored-By: Claude Opus 4.7 --- scripts/obligation_discovery/precluster.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/obligation_discovery/precluster.py b/scripts/obligation_discovery/precluster.py index 254ea5cb..ed81294b 100644 --- a/scripts/obligation_discovery/precluster.py +++ b/scripts/obligation_discovery/precluster.py @@ -19,6 +19,9 @@ SCOPES = { "vuln": ["%schwachstellenbehandl%", "%schwachstellenmanagement%", "%vulnerability handling%", "%coordinated vulnerab%", "%vulnerability disclosure%", "%cvd-konzept%"], "auth": ["%authentisierung%", "%authentifizierung%", "%authentication%"], + "logging": ["%logging%", "%protokollierung%", "%audit-log%", "%audit-trail%", + "%ereignisprotokoll%", "%sicherheitsprotokoll%", "%audit-protokoll%", + "%log-management%", "%sicherheitsereignis%protokoll%", "%audit-trail%"], }