updated changelog #596

This commit is contained in:
DustInDark
2022-06-21 15:11:58 +09:00
parent 043318b11a
commit ec6e0b7c04
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
**新機能:**
- `--target-file-ext` オプションの追加。evtx以外の拡張子を指定する事ができます。ただし、ファイルの中身の形式はevtxファイル形式である必要があります。 (#586) (@hitenkoku)
- `--exclude-status` オプションの追加。ルール内の`status`フィールドをもとに、読み込み対象から除外するフィルタを利用することができます。 (#596) (@hitenkoku)
**改善:**

View File

@@ -5,6 +5,7 @@
**New Features:**
- Added `--target-file-ext` option. You can specify additional file extensions to scan in addtition to the default `.evtx` files. For example, `--target-file-ext evtx_data` or multiple extensions with `--target-file-ext evtx1 evtx2`. (#586) (@hitenkoku)
- Added `--exclude-status` option: Exclude filter by `status` in a rule. (#596) (@hitenkoku)
**Enhancements:**