Actions
Feature #196
closed
WM
PR
Keywords for which we don't support fast_pattern as a modifer should accept the sig and warn.
Feature #196:
Keywords for which we don't support fast_pattern as a modifer should accept the sig and warn.
Effort:
Difficulty:
Label:
Description
"fast_pattern found inside the rule, without any preceding keywords"
The output above came from a fast_pattern modifier to a uricontent keyword. fast_pattern may not make sense or may not be possible for all keywords in suricata where it may make sense in snort. Since these are simply rule optimizations for snort, perhaps in cases such as this we should do the following..
1. Warn the user that the rule can not be optimized with fast_pattern; and the previous keyword they used.
2. Go ahead and parse the rule ignoring the fast_pattern modifier.
Files
Actions