Add flow and host remediation.

This commit is contained in:
Nicolo Maio 2024-05-16 11:47:29 +02:00
parent 183d89c216
commit 74ec6975b4
8 changed files with 531 additions and 3 deletions

View file

@ -436,6 +436,8 @@ function alert_utils.formatFlowAlertMessage(ifid, alert, alert_json, add_score,
end--]]
end
msg = string.format("%s %s",msg, flow_risk_utils.get_remediation_documentation_link(alert.alert_id))
return msg or ""
end