2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

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 1ad4f11797
commit f0a325edeb

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