Actions
Bug #4074
closedTimeout while loading many rules with keyword ssl_version
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport
Actions
Added by Philippe Antoine about 5 years ago. Updated almost 5 years ago.
I do not know what to do :
- Rustlify the PARSE_REGEX from detect-ssl-version.c (but I am not sure I understand it)
- Limit the number of rules fuzz_sigpcap can load
So it's during the loading of rules that it fails? I think getting rid of the pcre, or perhaps using a more efficient regex is the most likely fix.
Yes during the loading of rules.
So, getting rid of the pcre seems to be the way
Gitlab