зеркало из https://github.com/mozilla/MozDef.git
Make ip_source_enrichment's registration a list to be consistent with others (#1632)
This commit is contained in:
Родитель
61d3cc2128
Коммит
8d6cf3d6bf
|
@ -143,7 +143,7 @@ class message(object):
|
|||
|
||||
def __init__(self):
|
||||
# Run plugin on all alerts
|
||||
self.registration = '*'
|
||||
self.registration = ['*']
|
||||
self._config = _load_config(CONFIG_FILE)
|
||||
|
||||
def onMessage(self, message):
|
||||
|
|
Загрузка…
Ссылка в новой задаче