Skip to content

Commit

Permalink
Merge pull request #2514 from monoidic/develop
Browse files Browse the repository at this point in the history
ENH: Sieve variable support
  • Loading branch information
sebix authored Aug 27, 2024
2 parents f62fde4 + 6ea6fd5 commit 4c2a25d
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 659 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#### Experts
- `intelmq.bots.experts.sieve.expert`:
- For `:contains`, `=~` and `!~`, convert the value to string before matching avoiding an exception. If the value is a dict, convert the value to JSON (PR#2500 by Sebastian Wagner).
- Add support for variables in Sieve scripts (PR#2514 by Mikk Margus Möll, fixes #2486).
- `intelmq.bots.experts.filter.expert`:
- Treat value `false` for parameter `filter_regex` as false (PR#2499 by Sebastian Wagner).

Expand Down
Loading

0 comments on commit 4c2a25d

Please sign in to comment.