Added risk alert consistency check

This commit is contained in:
Luca Deri 2025-05-14 08:31:28 +02:00
parent c95e38da69
commit 5aa8409dde
48 changed files with 130 additions and 267 deletions

View file

@ -25,7 +25,7 @@
class TCPNoDataExchangedAlert : public FlowAlert {
public:
static FlowAlertType getClassType() {
return {flow_alert_tcp_no_data_exchanged, alert_category_network};
return {NDPI_NO_RISK, flow_alert_tcp_no_data_exchanged, alert_category_network};
}
static u_int8_t getDefaultScore() { return SCORE_LEVEL_NOTICE; };