We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When there is a rule parsing error, hayabusa will print blank lines.
Step to Reproduce パースエラーを起こすルール(例: 変換されていない元々のSigmaルール)を使うと、例えば980件のパースエラーがあった場合、980行の改行が入ってしまいます。 ./hayabusa-1.8.1 -d ../hayabusa-sample-evtx -o hogehoge.csv -r ../sigma/rules/windows
./hayabusa-1.8.1 -d ../hayabusa-sample-evtx -o hogehoge.csv -r ../sigma/rules/windows
Expected behavior Hayabusa shouldn't print unneeded lines so it is easy to read what is above.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
fixed: An unneeded space is outputted when there is a rule parsing er…
60c1745
…ror #829
fix: An unneeded space is outputted when there is a rule parsing error …
01a883e
…#829
hitenkoku
Successfully merging a pull request may close this issue.
Describe the bug
When there is a rule parsing error, hayabusa will print blank lines.
Step to Reproduce
パースエラーを起こすルール(例: 変換されていない元々のSigmaルール)を使うと、例えば980件のパースエラーがあった場合、980行の改行が入ってしまいます。
./hayabusa-1.8.1 -d ../hayabusa-sample-evtx -o hogehoge.csv -r ../sigma/rules/windows
Expected behavior
Hayabusa shouldn't print unneeded lines so it is easy to read what is above.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: