Merge branch 'topic/christian/fix-rulematcher-iteration'

* topic/christian/fix-rulematcher-iteration:
  Order rule traversal in RuleMatcher::Match() operations by Rule index
This commit is contained in:
Christian Kreibich 2024-11-18 10:13:00 -08:00
commit 96273b4550
5 changed files with 15 additions and 21 deletions

View file

@ -1,3 +1,7 @@
7.1.0-dev.579 | 2024-11-18 10:13:00 -0800
* Order rule traversal in RuleMatcher::Match() operations by Rule index (Christian Kreibich, Corelight)
7.1.0-dev.577 | 2024-11-18 09:39:05 -0800
* Define ordering on Rule instances and use on sets in RuleMatcher (Christian Kreibich, Corelight)