mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixed lateral movement not triggering
This commit is contained in:
parent
3f6c415db6
commit
5a02d2a0d7
2 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
|
|||
|
||||
if alert.json then
|
||||
info = json.decode(alert["json"])
|
||||
if info["info"] then
|
||||
if not isEmptyString(info["info"]) then
|
||||
info = "[" .. info["info"] .. "]"
|
||||
else
|
||||
info = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue