From e54acfe24a2145169d61bde7a8888a0810a7f0da Mon Sep 17 00:00:00 2001 From: DustInDark <2350416+hitenkoku@users.noreply.github.com> Date: Mon, 1 Aug 2022 20:14:54 +0900 Subject: [PATCH] reverted %RecordInformation% --- src/detections/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/message.rs b/src/detections/message.rs index 286a3401..1aef2ce7 100644 --- a/src/detections/message.rs +++ b/src/detections/message.rs @@ -165,7 +165,7 @@ pub fn insert( for (k, v) in &detect_info.ext_field { let converted_reserve_info = convert_profile_reserved_info(v, profile_converter); if v == "%RecordInformation%" { - tmp_converted_info.insert(k.to_owned(), v.to_owned()); + tmp_converted_info.insert(k.to_owned(), converted_reserve_info); } else { tmp_converted_info.insert( k.to_owned(),