Actions
Bug #8325
openhs: harden cache manipulation
Affected Versions:
Effort:
Difficulty:
Label:
Description
Based on some previous comments from https://github.com/OISF/suricata/pull/14780 and additional review, the following problems (so far) were identified:
- redundant file handle
- mixing binary and text based file modes
- make sure to check at least for the HS version / mode / features when loading a new cache file.
Actions