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:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user