Skip to content

Commit

Permalink
Merge pull request #576 from Yamato-Security/fix-rule-parse-error-568
Browse files Browse the repository at this point in the history
fix: rule parse error(regression caused by #568)
  • Loading branch information
YamatoSecurity authored Jan 21, 2024
2 parents 7fde4ca + d1ca094 commit 7d33eff
Show file tree
Hide file tree
Showing 4,150 changed files with 98 additions and 178,145 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/workflows/update-sigmarule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
run: |
cd hayabusa-rules/tools/sigmac/
poetry install --no-root
poetry run python logsource_mapping.py -r ../../../sigma-repo -o converted_rules
poetry run python logsource_mapping.py -r ../../../sigma-repo -o ../../../converted_rules
cd -
rm -rf hayabusa-rules/sigma/
mkdir hayabusa-rules/sigma/
cp -r hayabusa-rules/tools/sigmac/converted_rules/* hayabusa-rules/sigma/
cp -r converted_rules/* hayabusa-rules/sigma/
- name: Create Text
id: create-text
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## v2.13.0-dev [2024/01/19]

Sigmaルールのコメントを残すようにした。以前は変換後に削除されていた。(#568) (@fukusuket)
Sigma変換バックエンドのパッケージ管理は [Poetry](https://python-poetry.org/) 、静的コード分析は [Ruff](https://github.com/astral-sh/ruff) で実行するようにした。(#567) (@fukusuket)

## v2.12.0 [2023/12/19]
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## v2.13.0-dev [2024/01/19]

Comments in Sigma rules are left as is. Before, they would be stripped after conversion. (#568) (@fukusuket)
Package management for the sigma conversion backend is now handled by [Poetry](https://python-poetry.org/) and static code analysis is performed by [Ruff](https://github.com/astral-sh/ruff). (#567) (@fukusuket)

## v2.12.0 [2023/12/19]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7d33eff

Please sign in to comment.