Releases: SigmaHQ/sigma-cli
Releases · SigmaHQ/sigma-cli
Release list
v1.0.5
What's Changed
- Add a
--verboseoption tosigma convert. by @Res260 in #51 - Allow the --pipeline argument of
sigma convertto 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
What's Changed
- Add the short option for help command:
-hby @alexott in #49 - Updated pySigma dependency to current version.
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
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-installoption 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
--excludeargument tosigma checkto 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
pluginsubcommandsshowandreport-issue