Skip to content

Commit

Permalink
Merge pull request #1331 from Yamato-Security/finalize-2.15.0
Browse files Browse the repository at this point in the history
finalize 2.15.0
  • Loading branch information
YamatoSecurity authored Apr 20, 2024
2 parents d1503f3 + 507a432 commit 64baed7
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 123 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 変更点

## x.x.x [xxxx/xx/xx]
## 2.15.0 [2024/04/20] "Sonic Release"

**改善:**

- Sigmaルールの `windash` (`|contains|windash:``|contains|all|windash:`)に対応した。 (#1319) (@hitenkoku)
- Sigmaルールの `windash`フィールド修飾子 (例: `|contains|windash:``|contains|all|windash:`)に対応した。 (#1319) (@hitenkoku)
- https://sigmahq.io/docs/basics/modifiers.html#windash
- 注意: 現在、バックエンドでは、以前のバージョンのHayabusaと互換性があるようにルール内の`windash`の使用を変換しているが、5月末ごろには、`windash`の使用をそのままにする予定なので、それまでにこのバージョンにアップデートしてください。

**バグ修正:**

Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changes

## x.x.x [xxxx/xx/xx]
## 2.15.0 [2024/04/20] "Sonic Release"

**Enhancements:**

- Added support for `windash` keyword (ex. `|contains|windash:`, `|contains|all|windash:`) in sigma rules. (#1319) (@hitenkoku)
- Added support for `windash` field modifier (ex. `|contains|windash:`, `|contains|all|windash:`) in sigma rules. (#1319) (@hitenkoku)
- https://sigmahq.io/docs/basics/modifiers.html#windash
- Note: currently on the backend we convert the use of `windash` in rules so they are compatibile with previous versions of Hayabusa, however, around the end of May we will start to keep the use of `windash` as-is so please update to this version before then or else you will recieve rule parsing errors if you update rules.

**Bug Fixes:**

Expand Down
Loading

0 comments on commit 64baed7

Please sign in to comment.