mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
intrusion detection: fix for #1825
This commit is contained in:
parent
22e7b5e26e
commit
105fb5bb57
@ -63,7 +63,7 @@ class Downloader(object):
|
||||
if line[0:5] == 'alert':
|
||||
line = 'drop %s' % line[5:]
|
||||
elif line[0:6] == '#alert':
|
||||
line = '#drop %s' % line[5:]
|
||||
line = '#drop %s' % line[6:]
|
||||
output.append(line)
|
||||
return '\n'.join(output)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user