v0.2.3
·
51 commits
to master
since this release
- Significantly improved the performance of
create_all_and_translate()
fromSigmAIQBackend
- Added optional filter to exclude specific backends from
create_all_and_translate()
- Added
black
to dev dependencies - Added new util to automatically create a
SigmaRule
orSigmaCollection
object from one of the following types:- A SigmaRule or SigmaCollection (just returns the object)
- A
str
consisting of valid Sigma rule YAML - A
dict
consisting of valid Sigma rule JSON - A
list
containing any of the above types
- Formatted code base with
black