Sanitize input #807

This commit is contained in:
jokob-sk
2024-09-26 07:32:04 +10:00
parent d46046beea
commit 2784f2ebeb

View File

@@ -42,7 +42,7 @@ def main():
fake_mac = string_to_mac_hash(fake_dev)
plugin_objects.add_object(
primaryId=fake_dev, # MAC (Device Name)
primaryId=fake_mac, # MAC (Device Name)
secondaryId="0.0.0.0", # IP Address (always 0.0.0.0)
watched1=fake_dev, # Device Name
watched2="",