Skip to content

Commit

Permalink
Merge branch 'main' into 1251-bug-json-output-of-search-command-is-mi…
Browse files Browse the repository at this point in the history
…ssing-allfieldinfo-field
  • Loading branch information
hitenkoku committed Feb 11, 2024
2 parents 27278ec + 6779465 commit 5d2a397
Show file tree
Hide file tree
Showing 14 changed files with 421 additions and 608 deletions.
17 changes: 6 additions & 11 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
# 変更点

## 2.13.0 [2024/XX/XX] "XXX Release"

**新機能:**

- XXX
## 2.13.0 [2024/02/11] "Year Of The Dragon Release"

**改善:**

- `search` コマンドのフィルタオプションを完全一致にするようにした。加えてフィルタオプションはワイルドカード対応をするようにした。 (#1240) (@hitenkoku)
- `update-rules`コマンドを実行したときに、検知ルールが変更された場合にルール名を出力するようにした。以前は`modified:`フィールドを更新したルールだけが表示されていた。(#1243) (@hitenkoku)
- `update-rules`コマンドを実行したときに、検知ルールが変更された場合にルール名を出力するようにした。以前は`modified`フィールドを更新したルールだけが表示されていた。(#1243) (@hitenkoku)
- `json-timeline`コマンドの標準出力でJSONフォーマットを出力するように修正した。 (#1197) (@hitenkoku)
- JSON入力でデータが配列内にある場合に解析できるようにした。 (#1248) (@hitenkoku)
- 古いターミナルでも正しく表示されるように、また読みやすくするために、``区切り文字を`·`区切り文字に変更した。(#1258) (@YamatoSecurity)
- General Optionsに`-h --help`オプションを追加した。 (#1255) (@hitenkoku)
- General Optionsに`-h, --help`オプションを追加した。 (#1255) (@hitenkoku)
- `json-timeline`コマンドの`Details`の出力で、要素がアルファベット順に並んでいたのをルールに記載されているオリジナルの順番に変更した。 (#1264) (@hitenkoku)
- ルールをロードする必要のないコマンドを実行した場合、検出ルールのロードをスキップするようにした。 (#1263) (@hitenkoku)
- `csv-timeline`コマンドの標準出力のカラー出力ルールを変更した。 (#1271) (@hitenkoku)
- リファクタリングとパフォーマンスの改善。(#1268, #1260) (@hach1yon)

**バグ修正:**

- `search`コマンドの出力に入っている不要な改行文字を削除した。 (#1253) (@hitenkoku)
- `no-color`オプション使用時のプログレスバーとウィザードのカラー出力を修正した。 (#1256) (@hitenkoku)

**その他:**

- XXX
- ローカルのタイムゾーンを特定できない場合にパニックが発生する問題を修正した。`chrono`クレートのバージョン0.4.32で修正された。(#1273)

## 2.12.0 [2023/12/24] "SECCON Christmas Release"

Expand Down
25 changes: 10 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
# Changes

## 2.13.0 [2024/XX/XX] "XXX Release"

**New Features:**

- XXX
## 2.13.0 [2024/02/11] "Year Of The Dragon Release"

**Enhancements:**

- Adjusted the `search` command's Filter option to be an exact match and support wildcard characters. (#1240) (@hitenkoku)
- Any time there is a change in a detection rule, it will be displayed when running the `update-rules` command. Previously, only rules that updated their `modified:` field would be displayed. (#1243) (@hitenkoku)
- Any time there is a change in a detection rule, it will be displayed when running the `update-rules` command. Previously, only rules that updated their `modified` field would be displayed. (#1243) (@hitenkoku)
- The `json-timeline` command now outputs in JSON format when outputting to the terminal. (#1197) (@hitenkoku)
- Added support for parsing JSON input when the data is inside an array. (#1248) (@hitenkoku)
- Changed the `` separator into a `·` separator to make it easier to read and render properly on older terminals. (#1258) (@YamatoSecurity)
- Added back `-h --help` option to General Options. (#1255) (@hitenkoku)
- Changed the `Details` output in `json-timeline` command from alphabetical order to the original order.
- Skiped loading detection rules when running to command which is no need to load rule. (#1263) (@hitenkoku)
- Added a `-h, --help` option to General Options for all commands. (#1255) (@hitenkoku)
- Changed the `Details` output in the `json-timeline` command from alphabetical order to the original order.
- Loading detection rules is now skipped when running commands that do not need them. (#1263) (@hitenkoku)
- Improved the standard output colors in the `csv-timeline` command. (#1271) (@hitenkoku)
- Refactoring and performance enhancements. (#1268, #1260) (@hach1yon)

**Bug Fixes:**

- Removed newline characters in `search` command output. (#1253) (@hitenkoku)
- Fixed progress bar and wizard colored output when `--no-color` option is used. (#1256) (@hitenkoku)

**Other:**

- XXX
- Removed newline characters in the `search` command output. (#1253) (@hitenkoku)
- Fixed the progress bar and wizard colored output when the `--no-color` option is used. (#1256) (@hitenkoku)
- Fixed a panic when the local timezone was not able to be identified. This was fixed in the `chrono` crate version 0.4.32. (#1273)

## 2.12.0 [2023/12/23] "SECCON Christmas Release"

Expand Down
Loading

0 comments on commit 5d2a397

Please sign in to comment.