Skip to content

Releases: SigmaHQ/pySigma

v0.11.18

24 Oct 23:58
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

v0.11.11

31 Aug 23:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.10...v0.11.11

v0.11.10

10 Aug 01:03
Compare
Choose a tag to compare

What's Changed

  • Allow SigmaRuleTag objects to be compared with their string represent… by @Res260 in #247
  • Fix type hints for conversion base by @nikstuckenbrock in #240
  • update tags to use dashes by @nasbench in #248
  • Fixes #241 - Pipeline Resolving Issue by @nasbench in #252
  • add new validator - DanglingCondition by @nasbench in #253
  • Some update to the validators by @frack113 in #250
  • Added search variable to aggregation template in correlation queries

New Contributors

Full Changelog: v0.11.9...v0.11.10

v0.11.9

14 Jul 10:45
Compare
Choose a tag to compare

What's Changed

  • Add em dash, en dash and horizontal bar to windash modifier by @martinspielmann in #233
  • Remove useless sigmahq validator by @frack113 in #234
  • Resolve directory for pipelines by @Res260 in #238
  • Fix bug when applying a filter to multiple rules by @cccs-cs in #237
  • Fix: FieldnameLogosurceValidator raised exception on correlation rules

New Contributors

Full Changelog: v0.11.8...v0.11.9