Cortex
Cortex copied to clipboard
Python 3.5 on Docker Cortex Version: 3.0.1-1.
I have noticed that the latest version of Cortex Version: 3.0.1-1 has a deprecated version of Python 3.5, which causes failures on some analyzers and responders. It looks like, some analyzers use 3.7+.
Smaller side issue; All of the latest analyzers are not deployed in the latest image. (that is an easy fix on my end) but wanted to bring this to light.
It would be greatly appreciated if the image was updated to include the latest analyzers & responders with the appropriate python version.
Thank you :)
just a little info, the latest release of cortex is 3.1.0-1 and I think that default release of python installed is 3.7. Yesterday we had a similar discussion for analyzer that was using 3.6 and needed a workaround to be run https://github.com/TheHive-Project/Cortex-Analyzers/issues/914 . The idea of having docker release of analyzer is to resolve this kind of issues and avoid any libs conflict between different analyzers.