You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errorMessage": "Error: Invalid output\nWARNING [abstract.py:14 - <module>() ] You're using python 2, it is strongly recommended to use python >=3.5\nWARNING [mispevent.py:26 - <module>() ] You're using python 2, it is strongly recommended to use python >=3.5\nWARNING [api.py:32 - <module>() ] You're using python 2, it is strongly recommended to use python >=3.5\nTraceback (most recent call last):\n File \"./misp.py\", line 67, in <module>\n MISPAnalyzer().run()\n File \"./misp.py\", line 20, in __init__\n name=name)\n File \"/opt/cortex-analyzers/analyzers/MISP/mispclient.py\", line 31, in __init__\n if os.path.isfile(ssl[idx]):\n File \"/usr/lib/python2.7/genericpath.py\", line 37, in isfile\n st = os.stat(path)\nTypeError: coercing to Unicode: need string or buffer, bool found\n",
"input": null,
"success": false
}
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Description
Documentation (https://github.com/TheHive-Project/CortexDocs/blob/master/analyzer_requirements.md#misp) says it is possible to set the certpath value to the boolean false to ignore the MISP certificate. When doing so, the analyzer crashes.
Steps to Reproduce
(keep this section only if the issue relates to a bug)
Complementary information
Configuration for the MISP analyzer:
MISP analyzer result:
The text was updated successfully, but these errors were encountered: