72_FB_CALLMONITOR.pm: Passwort Sicherheit

git-svn-id: https://svn.fhem.de/fhem/trunk@27456 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann
2023-04-17 19:48:02 +00:00
parent c2859f8997
commit 3d65abbc57

View File

@@ -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;
}