Actions
Bug #891
closeddetect-engine.profile does not err out in incorrect values - suricata.yaml
Affected Versions:
Effort:
Difficulty:
Label:
Description
If in suricata.yaml we have ->
detect-engine:
- profile: large
- custom-values:
toclient-src-groups: 2
toclient-dst-groups: 2
toclient-sp-groups: 2
toclient-dp-groups: 3
toserver-src-groups: 2
toserver-dst-groups: 4
toserver-sp-groups: 2
toserver-dp-groups: 25
- sgh-mpm-context: auto
- inspection-recursion-limit: 3000
The detect engine profile values can be :
detect-engine.profile: <low|medium|high|custom>
Notice how above we have "- profile: large" - Suriacta does not err out on that during start up.
The issue is present on both 1.4.4 and git master 2.0dev (rev 055b422).
Actions