Skip to content

Commit

Permalink
Merge pull request #16 from frack113/extern_json
Browse files Browse the repository at this point in the history
Version 0.9.0 Beta
  • Loading branch information
thomaspatzke authored Sep 4, 2024
2 parents 362b868 + be11509 commit a2b162c
Show file tree
Hide file tree
Showing 17 changed files with 4,295 additions and 1,765 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pySigma-validators-sigmahq"
version = "0.8.0"
version = "0.9.0"
description = "pySigma SigmaHQ validators"
authors = ["François Hubaut <frack113@users.noreply.github.com>"]
license = "LGPL-2.1-only"
Expand All @@ -24,3 +24,6 @@ pytest-cov = "^4.1"
[build-system]
requires = ["poetry-core>=1.8.1"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
filterwarnings = ["ignore::DeprecationWarning"]
1 change: 0 additions & 1 deletion sigma/validators/sigmahq/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def validate(self, rule: SigmaRule) -> List[SigmaValidationIssue]:
if self.re_x_of_them.search(condition):
all_name = self.re_x_of_them.findall(condition)
for name in all_name:

if name.startswith("filter_") and name.endswith("_*"):
continue

Expand Down
Loading

0 comments on commit a2b162c

Please sign in to comment.