Actions
Bug #7773
closed
SB
SB
Bug #7638: detect: incorrect rule ordering with more complex flowbit chains
Task #8656: flowbits: warn on invalid command combinations
flowbits: invalid unset + isnotset combinations are accepted
Bug #7773:
flowbits: invalid unset + isnotset combinations are accepted
Affected Versions:
Effort:
Difficulty:
low
Label:
Description
For example, a rule like:
alert tcp any any -> any any (msg:"unset + isnotset"; flowbits:isnotset,abc; http.method; content:"GET"; flowbits:unset,abc; sid:111)
Actions