chore: migrate formatting to ruff, update CI/CD and bump to v0.20.3 - #76
Merged
Conversation
- requests >=2.34 (fixes CVE-2024-47081, CVE-2026-25645) - pysigma >=1.3 - pytest >=9.1 (fixes CVE-2025-71176) - black >=26.5, mypy >=2.0, pytest-cov >=7.1 - Migrate dev dependencies to PEP 735 format - Remove types-requests (bundled in requests >=2.34)
- actions/checkout v4 -> v5 - actions/setup-python v5 -> v6
Member
Author
$ pip list | grep -i sigma
pySigma 1.4.0
pySigma-validators-sigmahq 0.20.3
sigma-cli 3.0.2
$
$ sigma check rules* -c tests/sigma_cli_conf.yml
Parsing Sigma rules [####################################] 100%
Parsing Sigma rules [####################################] 100%
Parsing Sigma rules [####################################] 100%
Parsing Sigma rules [####################################] 100%
Parsing Sigma rules [####################################] 100%
Parsing Sigma rules [####################################] 100%
Checking Sigma rules [####################################] 100%
=== Summary ===
Found 0 errors, 0 condition errors and 0 issues.
No rule errors found.
No condition errors found.
No validation issues found.
''' |
phantinuss
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR covers the changes between v0.20.2 and v0.20.3.
Dependencies & Tooling
CI/CD & GitHub Actions
Configuration
Code style fixes
Test updates
Fix validation checks across all test files to match updated validator logic: