Actions
Bug #7870
open
PV
OD
rules: signature line not loaded if starts with space
Bug #7870:
rules: signature line not loaded if starts with space
Description
In a signature file, any line that starts with a space is ignored.
This happens due to line 151 in the file detect-engine-loader.c.
However, this does not seem to be the intended behavior, since the comment above states that only comments and empty lines should be skipped.
Actions