Skip to content

Releases: SigmaHQ/pySigma

v0.11.21

15 Apr 23:33
Compare
Choose a tag to compare

What's Changed

  • Propagate errors from SigmaRule to SigmaCollection by @thomaspatzke in #348
  • Updated dependencies

Full Changelog: v0.11.20...v0.11.21

v0.11.20

06 Apr 00:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.19...v0.11.20

v0.11.19

14 Jan 23:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.18...v0.11.19

v0.11.18

14 Jan 22:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.17...v0.11.18

v0.11.17

14 Oct 22:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.16...v0.11.17

v0.11.16

13 Oct 23:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.14...v0.11.16

v0.11.15

13 Oct 22:57
Compare
Choose a tag to compare

Ignore this release, it's incomplete. Use v0.11.16 instead!

v0.11.14

13 Sep 22:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.13...v0.11.14

v0.11.13

08 Sep 07:57
Compare
Choose a tag to compare

Reversion of Breaking Change

This release reverts a breaking change from v0.11.12 that restricted ReplaceStringTransformation/replace_string to plain SigmaString parts. The old behavior is often used by backends to remove unneeded wildcards. The transformation now allows to switch the behavior to plain string parts with the skip_special option that is disabled by default.

What's Changed

  • Taking into account Specification V2 by @frack113 in #269
  • Fix ReplaceStringTransformation and SigmaString plain string conversion by @thomaspatzke in #273

Full Changelog: v0.11.12...v0.11.13

v0.11.12

02 Sep 21:31
Compare
Choose a tag to compare

Breaking Change

This release introduced a breaking change with the ReplaceStringTransformation/replace_string that restricts replacements to plain SigmaString parts to fix an issue. The fix is reverted in the pySigma release v0.11.13 and allows to swithc to the new behavior. Therefore, it is highly recommended to use the new release to implement pipelines.

What's Changed

Full Changelog: v0.11.11...v0.11.12