Change: evtx file value do not display relative path convert. #623

This commit is contained in:
DastInDark
2022-07-18 22:36:28 +09:00
parent 45f49682d5
commit 2f174104fc
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
- `--update-rules` オプションを利用する時に、更新対象のレポジトリを`--rules`オプションで指定できるようにした。 (#615) (@hitenkoku)
- 並列処理の改善による高速化。 (#479) (@kazuminn)
- ファイルへの出力時にRulePathとFilePathにおける相対パスの`./``../`の出力を省略した。 `--rules``--file-path``--directory`のオプションで相対パスを指定したときに出力を省略する。 (#623) (@hitenkoku)
- ファイルへの出力時にRulePathとFilePathにおける相対パスの`./``../`の出力を省略した。 `--rules`の値が相対パスの時に出力を省略する。 (#623) (@hitenkoku)
**バグ修正:**

View File

@@ -10,7 +10,7 @@
- Combining the two options, you can now update rules with `--update-rules` option to a custom rules directory with the `--rules` option. (#615) (@hitenkoku)
- Improve parallel processing. (#479) (@kazuminn)
- Ommited RulePath and FilePath relative path options in output file when `--rules` and `--file-path` and `--directory` option is relative path. (#623) (@hitenkoku)
- Ommited RulePath and FilePath relative path options in output file when `--rules` option value is relative path. (#623) (@hitenkoku)
**Bug Fixes:**