- `--ensure/-e` switch ensures specific meta fields and tags in `list` command. These can be configured:
toml
[yaramanager.ensure]
ensure_meta = [ "author", "tlp", "description" ]
ensure_tag = true
- Added `search rule` command which searches through rule names and `description` meta fields
- Fixes rule editing: because of a misunderstanding of how SQLAlchemy handles new objects with relations, editing rules could lead to exceptions
- Fixes custom editor usage: previously the custom editor was only applied to config edits, but not to rule edits