mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes flow score to low for suspicious file transfer risk
This commit is contained in:
parent
267145539e
commit
073fd5f6cd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ local handler = {}
|
|||
-- #################################################################
|
||||
|
||||
-- @brief See risk_handler.lua
|
||||
function handler.handle_risk(flow_score, cli_score, srv_score)
|
||||
function handler.handle_risk(risk_id, flow_score, cli_score, srv_score)
|
||||
-- NDPI_BINARY_APPLICATION_TRANSFER
|
||||
-- scripts/lua/modules/alert_definitions/alert_suspicious_file_transfer.lua
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue