mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
cf0192f8b0
commit
0db0aee2ed
@ -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]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user