Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SigmaHQ/pySigma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: SigmaHQ/pySigma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 6, 2026

  1. Configuration menu
    Copy the full SHA
    ac32cd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Fix chained boolean operators in condition expressions

    BinaryConditionOp.from_parsed only extracted the first two operands
    from pyparsing results, silently dropping any additional operands in
    chained expressions like 'A or B or C'. Build a left-associative
    binary tree from all operands instead.
    
    Fixes #422
    HueCodes committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d68a4f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Merge pull request #441 from ericzinnikas/mitre_docs_fix

    Fix incorrect docs reference to mitre_attack_data
    thomaspatzke authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    8e70c39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from HueCodes/fix/chained-condition-expressions

    Fix chained boolean operators in condition expressions
    thomaspatzke authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    2c8dc7a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. chore: updated dependencies

    andurin committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    8ba0f3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #444 from SigmaHQ/updated_deps

    chore: updated dependencies
    andurin authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    3f6caae View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Release 1.2.0

    thomaspatzke committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    3711e47 View commit details
    Browse the repository at this point in the history
Loading