Skip to content

v0.2.3

Compare
Choose a tag to compare
@slincoln-aiq slincoln-aiq released this 28 Aug 16:58
· 51 commits to master since this release
  • Significantly improved the performance of create_all_and_translate() from SigmAIQBackend
  • 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 or SigmaCollection 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