Skip to content

Releases: SigmaHQ/sigma-cli

v0.7.1

20 Feb 23:10

Choose a tag to compare

Bug fixes:

  • Added name to key-value parameter type.
  • Removed colliding -P shortcut from --without-pipeline.

v0.7.0

20 Feb 07:58

Choose a tag to compare

  • BREAKING CHANGE: Removal of backend-specific options --min-time and --max-time.
  • Addition of --backend-option/-O option for passing options to the backend as key=value pairs.

If --min-time or --max-time were used before this has to be migrated to --backend-option min_time=....

v0.6.1

18 Feb 18:46

Choose a tag to compare

  • Restricting column width in tables.
  • Installation and deinstallation of multiple plugins at once.
  • Quiet plugin (un)installation with reduced pip output.

v0.6.0

14 Feb 07:20

Choose a tag to compare

What's Changed

Breaking Changes

  • Added plugin system: backends and pipelines must now be installed with the new sigma plugin command group. Currently only some backends are available but will be migrated soon. If you rely on not yet migrated backends or pipelines, please keep using 0.5.x until this is done.

Other

  • Fix: Error in Wrong Pipeline Checker by @sifex in #9
  • Some minor formatting changes by @andurin in #12

New Contributors

Full Changelog: v0.5.3...v0.6.0

Sigma CLI 0.5.3

06 Oct 23:33

Choose a tag to compare

  • Added field_name_prefix_mapping transformation.

Sigma CLI 0.5.2

05 Oct 22:39

Choose a tag to compare

  • Fix: crash while validation of certain SigmaString values.

Sigma CLI 0.5.1

05 Oct 21:56
199c912

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Sigma CLI 0.5.0

05 Aug 00:42

Choose a tag to compare

  • Check if processing pipeline is required for target.
  • Check if used pipelines are intended for usage with target.
  • Input rules must be specified for conversion.
  • Breaking change: pipelines in sigma.cli.pipelines is now a dict of pipeline definitions. Resolver moved to pipeline_resolver.

Sigma CLI 0.4.9

04 Aug 13:44

Choose a tag to compare

  • Fixes from pySigma.
  • Improved error handling.
  • Display of collected errors after conversion result.

Sigma CLI 0.4.8

03 Aug 09:07

Choose a tag to compare

  • Added initial Elasticsearch and OpenSearch support.
  • Various fixes