Actions
Optimization #4207
closed
PA
JF
Bug #4941: alerts: 5.0.8/6.0.4 count noalert sigs towards built-in alert limit
Use configurable or more dynamic @ PACKET_ALERT_MAX@
Optimization #4207:
Use configurable or more dynamic @ PACKET_ALERT_MAX@
Effort:
Difficulty:
Label:
Description
Currently, PACKET_ALERT_MAX is hardcoded to 15
This turned out to be a problem writing S-V test, with many signatures (different variations of a feature) matching on the same packet
That was HTTP keywords on HTTP2 traffic, where I had one packet containing 3 requests
It would be nice to have this value be configurable from suricata.yaml
Actions