2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

FHEM/91_eventTypes.pm: more sanitizing (Forum #117259)

git-svn-id: https://svn.fhem.de/fhem/trunk@23458 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-01-02 10:38:37 +00:00
parent cf0192f8b0
commit 0db0aee2ed

View File

@ -80,6 +80,7 @@ eventTypes_Define($$)
Log3 undef, 2, "eventTypes: $f: bogus line $l";
next;
}
next if(!$h1{$l[1]} && !goodDeviceName($l[1])); # Sanitizing: 117259
et_addEvt(\%h1, $l[1], $l[2], $l[0]);
}