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
set_request_parameters
The following files still use th set_request_parameters method from intelmq.lib.bot:
intelmq.lib.bot
intelmq/bots/collectors/shodan/collector_stream.py intelmq/bots/experts/do_portal/expert.py intelmq/bots/experts/rdap/expert.py intelmq/bots/experts/ripe/expert.py intelmq/bots/experts/tuency/expert.py intelmq/bots/experts/national_cert_contact_certat/expert.py intelmq/bots/experts/http/expert_status.py intelmq/bots/experts/http/expert_content.py intelmq/bots/experts/splunk_saved_search/expert.py intelmq/bots/outputs/restapi/output.py intelmq/bots/outputs/elasticsearch/output.py
If we update those to use the intelmq.lib.mixins.HttpMixin we could finally remove the set_request_parameters method from the bot class.
intelmq.lib.mixins.HttpMixin
The text was updated successfully, but these errors were encountered:
waldbauer-certat
Successfully merging a pull request may close this issue.
The following files still use th
set_request_parameters
method fromintelmq.lib.bot
:If we update those to use the
intelmq.lib.mixins.HttpMixin
we could finally remove theset_request_parameters
method from the bot class.The text was updated successfully, but these errors were encountered: