Skip to content
New issue

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

Move from set_request_parameters to HttpMixin #2053

Open
ghost opened this issue Aug 19, 2021 · 0 comments · May be fixed by #2151
Open

Move from set_request_parameters to HttpMixin #2053

ghost opened this issue Aug 19, 2021 · 0 comments · May be fixed by #2151

Comments

@ghost
Copy link

ghost commented Aug 19, 2021

The following files still use th set_request_parameters method from 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant