mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added risk alert consistency check
This commit is contained in:
parent
c95e38da69
commit
5aa8409dde
48 changed files with 130 additions and 267 deletions
|
|
@ -31,7 +31,7 @@ class CustomFlowLuaScriptAlert : public FlowAlert {
|
|||
|
||||
public:
|
||||
static FlowAlertType getClassType() {
|
||||
return {flow_alert_custom_lua_script, alert_category_security};
|
||||
return {NDPI_NO_RISK, flow_alert_custom_lua_script, alert_category_security};
|
||||
}
|
||||
static u_int8_t getDefaultScore() { return SCORE_LEVEL_ERROR; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue