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 The minemeld docker responder errors out with:
Traceback (most recent call last): File "Minemeld/minemeld.py", line 3, in <module> import requests ModuleNotFoundError: No module named 'requests'
To Reproduce Configure Cortex to use docker responders Configure and enable Minemeld responder Use the minemeld responder on a observable
Expected behavior The Responder should add the observable to the list on the Minemeld server
Work environment
Possible solutions add requests to minemeld docker
The text was updated successfully, but these errors were encountered:
add requests to requirements
b06a8b1
Fixes #774
96f1c84
Successfully merging a pull request may close this issue.
Describe the bug
The minemeld docker responder errors out with:
To Reproduce
Configure Cortex to use docker responders
Configure and enable Minemeld responder
Use the minemeld responder on a observable
Expected behavior
The Responder should add the observable to the list on the Minemeld server
Work environment
Possible solutions
add requests to minemeld docker
The text was updated successfully, but these errors were encountered: