Skip to content

Releases: SigmaHQ/sigma-cli

v1.0.5

Choose a tag to compare

@thomaspatzke thomaspatzke released this 20 Jan 23:39

What's Changed

  • Add a --verbose option to sigma convert. by @Res260 in #51
  • Allow the --pipeline argument of sigma convert to specify a directory containing many pipelines. by @Res260 in #52
  • Feat: Analyze logsources by @andurin in #53
  • Updates to Python 3.9 (Python 3.8 EOL) by @sifex in #56
  • Update pySigma version by @joshnck in #61

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@thomaspatzke thomaspatzke released this 27 Jun 22:38

What's Changed

  • Add the short option for help command: -h by @alexott in #49
  • Updated pySigma dependency to current version.

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@thomaspatzke thomaspatzke released this 25 Jun 22:15
765fd2b

What's Changed

  • Adds support for Sigma Filters by @sifex in #48

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@thomaspatzke thomaspatzke released this 15 May 20:24

Exit code != 0 on conversion error.

v1.0.1

Choose a tag to compare

@thomaspatzke thomaspatzke released this 18 Feb 01:00

Fix: resolve references after loading rules.

v1.0.0

Choose a tag to compare

@thomaspatzke thomaspatzke released this 29 Jan 23:24

What's Changed

  • Updated to pySigma 0.11 with correlation rule support, further improvements and fixes.
  • CLI now allows to force install plugins that are not explicitly compatible with it with the --force-install option or its shortcut -f.
  • After plugin installation the CLI checks if still a compatible pySigma version is installed and offers a reinstallation of it if this is not the case.
  • Expose plugin capabilities in list and details.
  • Add update option by @frack113 in #40

Full Changelog: v0.7.11...v1.0.0

v0.7.11

Choose a tag to compare

@frack113 frack113 released this 09 Dec 11:18
cd5e47e

What's Changed

  • Fix the --exclude argument to sigma check to allow disabling some
  • Add color to issue ouptut

Full Changelog: v0.7.10...v0.7.11

v0.7.10

Choose a tag to compare

@thomaspatzke thomaspatzke released this 14 Nov 21:41

What's Changed

  • Add the --exclude argument to sigma check to allow disabling some… by @Res260 in #35

Full Changelog: v0.7.9...v0.7.10

v0.7.9

Choose a tag to compare

@frack113 frack113 released this 11 Nov 09:55
b137203

Added:

  • Add pre-commit with black

What's Changed:

  • Replaced deprecated pkg_resources with importlib
  • Add more internal tests
  • Fix missing fail on condition error

v0.7.8

Choose a tag to compare

@thomaspatzke thomaspatzke released this 28 Oct 21:57
  • Update to current pySigma
  • Added plugin subcommands show and report-issue