Skip to content

Commit

Permalink
Merge pull request #661 from Yamato-Security/Finalize-1.5.0
Browse files Browse the repository at this point in the history
1.5.0 release
  • Loading branch information
hitenkoku authored Aug 18, 2022
2 parents 0818597 + 7d8db87 commit 58a915c
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 143 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
**バグ修正:**

- aggregation conditionのルール検知が原因で検知しなかったイベント数の集計に誤りがあったので修正した。 (#640) (@hitenkoku)
- 一部のイベント(0.01%程度)が検出されないレースコンディションの不具合を修正した。 (#639 #660) (@fukusuket)

## v1.4.3 [2022/08/03]

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

## v1.5.0 [2022/XX/XX]
## v1.5.0 [2022/08/18]

**New Features:**

Expand All @@ -9,15 +9,16 @@

**Enhancements:**

- Removed ./ from rule path when updating. (#642) (@hitenkoku)
- Added new output alias for MITRE ATT&CK tags and other tags. (#637) (@hitenkoku)
- Organized menu when `-h` is used. (#651) (@YamatoSecurity and @hitenkoku)
- Trimmed `./` from the rule path when updating. (#642) (@hitenkoku)
- Added new output aliases for MITRE ATT&CK tags and other tags. (#637) (@hitenkoku)
- Organized the menu output when `-h` is used. (#651) (@YamatoSecurity and @hitenkoku)
- Added commas to summary numbers to make them easier to read. (#649) (@hitenkoku)
- Added output percentage of detections in Result Summary. (#658) (@hitenkoku)

**Bug Fixes:**

- Fixed miscalculation of Data Reduction due to aggregation condition rule detection. (#640) (@hitenkoku)
- Fixed a race condition bug where a few events (around 0.01%) would not be detected. (#639 #660) (@fukusuket)

## v1.4.3 [2022/08/03]

Expand Down
Loading

0 comments on commit 58a915c

Please sign in to comment.