reverted %EvtxFile% change from file path to file name

This commit is contained in:
DustInDark
2022-08-01 19:44:33 +09:00
parent bd8ae3101e
commit 07b4b0cb18

View File

@@ -314,8 +314,6 @@ impl Detection {
profile_converter.insert(
"%EvtxFile%".to_string(),
Path::new(&record_info.evtx_filepath)
.file_name()
.unwrap_or_default()
.to_str()
.unwrap_or_default()
.to_string(),