From 15b904c6e6466889ac2aeedbd4cbde6e08753174 Mon Sep 17 00:00:00 2001 From: jowiemann <> Date: Mon, 17 Apr 2023 19:48:02 +0000 Subject: [PATCH] 72_FB_CALLMONITOR.pm: Passwort Sicherheit git-svn-id: https://svn.fhem.de/fhem/trunk@27456 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FB_CALLMONITOR.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index 3e0da2394..1901fe6de 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -2328,6 +2328,7 @@ sub FB_CALLMONITOR_readPassword($;$) if ($sub !~ /readRemotePhonebookViaTelnet|requestHTTPviaTR064|identifyPhoneBooksViaWeb|readRemotePhonebookViaWeb/) { FB_CALLMONITOR_Log $hash, 2, "EMERGENCY: unauthorized call for reading password from: $sub"; + $hash->{EMERGENCY} = "Unauthorized call for reading password from: [$sub]"; return undef; }