Releases: SigmaHQ/sigma-cli
Releases · SigmaHQ/sigma-cli
v1.0.5
What's Changed
- Add a
--verbose
option tosigma 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
v1.0.3
v1.0.2
Exit code != 0 on conversion error.
v1.0.1
Fix: resolve references after loading rules.
v1.0.0
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
What's Changed
- Fix the
--exclude
argument tosigma check
to allow disabling some - Add color to issue ouptut
Full Changelog: v0.7.10...v0.7.11
v0.7.10
What's Changed
Full Changelog: v0.7.9...v0.7.10
v0.7.9
v0.7.8
- Update to current pySigma
- Added
plugin
subcommandsshow
andreport-issue