v2.3.3 "Sakura Release"
🦅 Enhancements:
- Removed an extra space when outputting the rule
level
to files (CSV, JSON, JSONL). (#979) (@hitenkoku) - Rule authors are now outputted in multiple lines with the
-M, --multiline
option. (#980) (@hitenkoku) - Approximately 3-5% speed increase by replacing String with CoW. (#984) (@hitenkoku)
- Made sure text after the logo does not turn green with recent clap versions. (#989) (@hitenkoku)
- Added PowerShell Scriptblock extraction to jq docs. (#975) (@YamatoSecurity)
🐛 Bug Fixes:
- Fixed a crash when the
level-tuning
command was executed on version 2.3.0. (#977) (@hitenkoku)
変更点
🦅 改善:
- ファイル(CSV, JSON, JSONL)出力の際にルールの
level
の余分なスペースを削除した。 (#979) (@hitenkoku) -M, --multiline
オプション利用時にルール作者名の出力を複数行出力対応をした。 (#980) (@hitenkoku)- Stringの代わりにCoWを利用することで、約5%の速度向上を実現した。 (#984) (@hitenkoku)
- Clapの新バージョンでロゴ後のメッセージとUsageテキストの出力色が緑にならないように修正した。 (#989) (@hitenkoku)
🐛バグ修正:
- v2.3.0にて
level-tuning
コマンド実行時にクラッシュする問題を修正した。 (#977) (@hitenkoku)