Skip to content

Releases: SigmaHQ/pySigma

pySigma 0.5.0

07 Apr 22:20
Compare
Choose a tag to compare
  • BREAKING CHANGE: ConditionFieldValueInExpression was removed. This can break existing backends.
  • Moved handling of in-expressions completely into the backend.

pySigma 0.4.5

03 Apr 21:33
Compare
Choose a tag to compare
  • 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

30 Mar 22:20
54d72b6
Compare
Choose a tag to compare

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

23 Mar 23:52
355f2b6
Compare
Choose a tag to compare

Bugfixes

What's Changed

  • Fixes: missing of them and unescaped regular expressions by @gaelmuller in #37

New Contributors

Full Changelog: v0.4.2...v0.4.3

pySigma 0.4.2

21 Mar 22:26
Compare
Choose a tag to compare
  • Bugfixes
  • Common Windows logsource condition generator

pySigma 0.4.1

15 Mar 21:59
Compare
Choose a tag to compare

Fixed float numer handling.

pySigma 0.4.0

14 Mar 23:32
Compare
Choose a tag to compare
  • Updated pyparsing and pyyaml to latest major releases.
  • Additional rule states according to specification.
  • Bugfix

pySigma 0.3.2

11 Mar 21:03
Compare
Choose a tag to compare

Added common pipeline condition for Windows DNS events.

pySigma 0.3.1

10 Mar 22:06
Compare
Choose a tag to compare

Import cleanup fixing errors if development dependencies are not installed.

v0.3.0

09 Mar 21:26
Compare
Choose a tag to compare

Improved error handling. Location of Sigma rules and their subobjects are now tracked and file with error is shown if available in exception.