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
Some analyzers written in python3 are not working with the public Docker image provided for Cortex. The reason is that the requirements are installed with pip for python2 in Cortex/build.sbt:147
Only misp-analyzer requirements are installed with pip3. Shodan is also using python3.
Steps to Reproduce
docker pull certbdf/cortex
docker run cortex bash
python3 -c 'import cortexutils'
Possible Solutions
Add python version in analyzer definition so that the builder knowns which version of pip to use to install requirements
The text was updated successfully, but these errors were encountered:
@0xmilkmix how did you go? This would be easier if there was public dockerfiles for the The Hive. Does anyone know what variant of base docker images these images use so I can use the relevant command to install python3.
Request Type
Bug / Feature Request
Work Environment
Problem Description
Some analyzers written in python3 are not working with the public Docker image provided for Cortex. The reason is that the requirements are installed with pip for python2 in Cortex/build.sbt:147
Only misp-analyzer requirements are installed with pip3. Shodan is also using python3.
Steps to Reproduce
Possible Solutions
The text was updated successfully, but these errors were encountered: