Actions
Bug #964
closedModify negated content handling
Affected Versions:
Effort:
Difficulty:
Label:
Description
The old behaviour of returning a failure if we found a pattern while
matching on negated content is now changed to continuing searching
for other combinations where we don't find the pattern for the
negated content.
Previousyly we would discontinue matching if we found match on a negated content, but with relative you might find other combinations where you may not find a relative negated content.
Updated by Victor Julien about 11 years ago
- Target version changed from 2.0rc2 to 2.0beta2
Updated by Victor Julien about 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Merged https://github.com/inliniac/suricata/pull/553, thanks.
Actions