Actions
Bug #4930
openDefault Suricata version should come from intel index
Affected Versions:
Effort:
Difficulty:
Label:
Description
Currently, we have hard coded in the code `DEFAULT_SURICATA_VERSION = "4.0.0"` but this was done pre intel index time. We should probably manage the default version (which should be oldest supported stable?) through intel index and use that.
In case Suricata bin is not found in the path, we get an error
```
27/12/2021 -- 17:05:17 - <Info> -- Using default Suricata version of 4.0.0
```
where 4.0.0 is EOL for a while now.
Actions