Community plugins fixes

This commit is contained in:
emanuele-f 2019-12-10 11:47:45 +01:00
parent 20046ffb4c
commit 3a6897bb84
3 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,6 @@ return {
relevance = 50,
prio = 195,
alert_severity = alert_consts.alert_severities.info,
alert_type = alert_consts.alert_types.alert_suspicious_activity,
alert_type = alert_consts.alert_types.alert_udp_unidirectional,
i18n_title = "flow_details.udp_unidirectional"
}