зеркало из https://github.com/mozilla/MozDef.git
Fix variable names
This commit is contained in:
Родитель
3269c7f5c7
Коммит
4421818a02
|
@ -25,10 +25,10 @@ class AlertProxyDropNonStandardPort(AlertTask):
|
||||||
])
|
])
|
||||||
|
|
||||||
# Only notify on certain ports from config
|
# Only notify on certain ports from config
|
||||||
filename_regex = "/.*:({0})/".format(
|
port_regex = "/.*:({0})/".format(
|
||||||
self.config.excludedports.replace(',', '|'))
|
self.config.excludedports.replace(',', '|'))
|
||||||
search_query.add_must_not([
|
search_query.add_must_not([
|
||||||
QueryStringMatch('details.destination: {}'.format(filename_regex))
|
QueryStringMatch('details.destination: {}'.format(port_regex))
|
||||||
])
|
])
|
||||||
|
|
||||||
self.filtersManual(search_query)
|
self.filtersManual(search_query)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче