Releases: SigmaHQ/pySigma
Releases · SigmaHQ/pySigma
pySigma 0.5.1
- Additional common log source definitions (moved from Splunk backend)
pySigma 0.5.0
- BREAKING CHANGE: ConditionFieldValueInExpression was removed. This can break existing backends.
- Moved handling of in-expressions completely into the backend.
pySigma 0.4.5
- Extended processing item tracking to rule level.
- Added processing conditions that allow to check if a processing item was applied.
- Added negation of processing conditions.
Full Changelog: v0.4.4...v0.4.5
pySigma 0.4.4
What's Changed
- fix: do not accept invalid conditions by @gaelmuller in #39
- Fix: encoding issue in SigmaCollection.load_ruleset() method in collection.py by @mbabinski in #40
Full Changelog: v0.4.3...v0.4.4
pySigma 0.4.3
Bugfixes
What's Changed
- Fixes: missing of them and unescaped regular expressions by @gaelmuller in #37
New Contributors
- @gaelmuller made their first contribution in #37
Full Changelog: v0.4.2...v0.4.3
pySigma 0.4.2
- Bugfixes
- Common Windows logsource condition generator
pySigma 0.4.1
Fixed float numer handling.
pySigma 0.4.0
- Updated pyparsing and pyyaml to latest major releases.
- Additional rule states according to specification.
- Bugfix
pySigma 0.3.2
Added common pipeline condition for Windows DNS events.
pySigma 0.3.1
Import cleanup fixing errors if development dependencies are not installed.