Fix getExtraFlowInfoURL

This commit is contained in:
Alfredo Cardigliano 2022-06-15 17:38:50 +02:00
parent c702d8e4a3
commit 72dca21d3d
2 changed files with 2 additions and 1 deletions

View file

@ -4917,7 +4917,7 @@ end
-- ##############################################
function getExtraFlowInfoURL()
function getExtraFlowInfoURL(alert_json)
if alert_json then
if alert_json["proto"] and alert_json["proto"]["http"] and not isEmptyString(alert_json["proto"]["http"]["last_url"]) then
return alert_json["proto"]["http"]["last_url"]