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
@chorsley has a neat solution: https://github.com/chorsley/intelmq/blob/962d630bd2a3eb7991f905d5ab795835ff1e9725/intelmq/bots/parsers/zoneh/parser.py#L15
This way we do not need to reconstruct the raw line.
The text was updated successfully, but these errors were encountered:
This code has been submitted in lib/bot.py via #1015.
lib/bot.py
Sorry, something went wrong.
@chorsley This adds the code to the zoneh parser, not to the common functions.
@wagner-certat given current time constraints, I'll need to come back to that later, unless someone beats me to it.
I'll move the code to the proper place in lib/ once the PR is merged. That involves many other adaptions too.
d80c3fe
No branches or pull requests
@chorsley has a neat solution: https://github.com/chorsley/intelmq/blob/962d630bd2a3eb7991f905d5ab795835ff1e9725/intelmq/bots/parsers/zoneh/parser.py#L15
This way we do not need to reconstruct the raw line.
The text was updated successfully, but these errors were encountered: