Actions
Feature #4060
closedcreatest: Commandline param to specify minimum required version of Suricata
Effort:
Difficulty:
Label:
Beginner, Outreachy, Python
Description
Current createst script generates only the filter blocks as per eve.json, extend its functionality to add a global minimum required version of Suricata as mentioned on command line.
Expectation
createst.py mytest mypcap --add-min-version 5.0
The final generated test.yaml should have a min suricata version defined globally. e.g. https://github.com/OISF/suricata-verify/blob/master/tests/flowbit-oring/test.yaml
Actions