From e390940633e0b617fecece844d9e448cc50500a9 Mon Sep 17 00:00:00 2001 From: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> Date: Sun, 12 Jun 2022 14:48:07 +0900 Subject: [PATCH 1/2] finalize 1.3.1 --- CHANGELOG-Japanese.md | 7 ++----- CHANGELOG.md | 13 +++++-------- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 18 deletions(-) diff --git a/CHANGELOG-Japanese.md b/CHANGELOG-Japanese.md index 7486dd45..ad08d59c 100644 --- a/CHANGELOG-Japanese.md +++ b/CHANGELOG-Japanese.md @@ -1,6 +1,6 @@ # 変更点 -## v1.3.1 [2022/xx/xx] +## v1.3.1 [2022/06/13] **新機能:** @@ -10,6 +10,7 @@ **改善:** - LinuxとmacOSのバイナリサイズをより小さくするために、デバッグシンボルをストリップします。(#568) (@YamatoSecurity) +- Crateパッケージの更新 (@YamatoSecurity) - 新たな時刻表示のオプションとして`--US-time`、`--US-military-time`、`--European-time`の3つを追加した (#574) (@hitenkoku) - `--rfc-3339` オプションの時刻表示形式を変更した。 (#574) (@hitenkoku) - `-R/ --display-record-id`オプションを`-R/ --hide-record-id`に変更。レコードIDはデフォルトで出力するようにして`-R`オプションを付けた際に表示しないように変更した。(#579) (@hitenkoku) @@ -17,10 +18,6 @@ **バグ修正:** -- xxx - -**バグ修正:** - - 対応するオプションを付与していないときにもRecordIDとRecordInformationの列が出力されていたのを修正した。 (#577) (@hitenkoku) ## v1.3.0 [2022/06/06] diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f99e31..e982f99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changes -## v1.3.1 [2022/xx/xx] +## v1.3.1 [2022/06/13] **New Features:** @@ -9,19 +9,16 @@ **Enhancements:** -- Strip debug symbols by default for smaller Linux and macOS binaries. (#568) (@YamatoSecurity) +- Debug symbols are stripped by default for smaller Linux and macOS binaries. (#568) (@YamatoSecurity) +- Updated crate packages (@YamatoSecurity) - Added new output time format options. (`--US-time`, `--US-military-time`, `--European-time`) (#574) (@hitenkoku) -- Changed output time format when `--rfc-3339` option is enabled. (#574) (@hitenkoku) +- Changed the output time format when `--rfc-3339` option is enabled. (#574) (@hitenkoku) - Changed the `-R / --display-record-id` option to `-R / --hide-record-id` and now by default the event record ID is displayed. You can hide the record ID with `-R / --hide-record-id`. (#579) (@hitenkoku) - Added rule loading message. (#583) (@hitenkoku) **Bug Fixes:** -- xxx - -**Bug Fixes:** - -- fixed bug that RecordID and RecordInformation column is showed when options is not enabled. (#577) (@hitenkoku) +- The RecordID and RecordInformation column headers would be shown even if those options were not enabled. (#577) (@hitenkoku) ## v1.3.0 [2022/06/06] diff --git a/Cargo.lock b/Cargo.lock index a37bde5c..95fbe630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", - "semver 1.0.9", + "semver 1.0.10", "serde", "serde_json", ] @@ -692,7 +692,7 @@ dependencies = [ [[package]] name = "hayabusa" -version = "1.3.1-dev" +version = "1.3.1" dependencies = [ "base64", "bytesize", @@ -1474,9 +1474,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" +checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 29f01160..79bd0669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hayabusa" -version = "1.3.1-dev" +version = "1.3.1" authors = ["Yamato Security @SecurityYamato"] edition = "2021" From 74ba4e45de00fa498df4039a58b8ac96ebe3cbad Mon Sep 17 00:00:00 2001 From: DustInDark Date: Sun, 12 Jun 2022 16:03:16 +0900 Subject: [PATCH 2/2] fixed version number in config #587 --- src/detections/configs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 15b2e973..ed5c49e3 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -102,7 +102,7 @@ fn build_app<'a>() -> ArgMatches<'a> { --contributors 'Prints the list of contributors.'"; App::new(&program) .about("Hayabusa: Aiming to be the world's greatest Windows event log analysis tool!") - .version("1.3.1-dev") + .version("1.3.1") .author("Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato") .setting(AppSettings::VersionlessSubcommands) .arg(