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
MISPClient.init, ssl parameter default to True but later used as filename
Bug
Ubuntu 16 Cortex analyzer name: MISP Cortex version: 1.1.3
https://github.com/CERT-BDF/Cortex-Analyzers/blob/4e6cd23e0b41bc5ef5b2b91fa4921cedb0a35773/analyzers/MISP/mispclient.py#L37
Current error using the MISP module:
TypeError: coercing to Unicode: need string or buffer, bool found
Fix code to handle bool value in ssl parameter
The text was updated successfully, but these errors were encountered:
Hi @3c7, any idea about this one?
Otherwise I can take a look on it.
Thanks
Sorry, something went wrong.
Hi @nadouani, I'll fix it.
75a72bf
No branches or pull requests
MISPClient.init, ssl parameter default to True but later used as filename
Request Type
Bug
Work Environment
Ubuntu 16
Cortex analyzer name: MISP
Cortex version: 1.1.3
Description
https://github.com/CERT-BDF/Cortex-Analyzers/blob/4e6cd23e0b41bc5ef5b2b91fa4921cedb0a35773/analyzers/MISP/mispclient.py#L37
Current error using the MISP module:
Steps to Reproduce
Possible Solutions
Fix code to handle bool value in ssl parameter
Complementary information
The text was updated successfully, but these errors were encountered: