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
Feature Request
The Malwares.com analyzer uses **dict/list syntax that may require Python 3.7 to function. With Python 3.4 installed Cortex returns:
Invalid output Traceback (most recent call last): File "Malwares/malwares.py", line 6, in <module> from malwares_api import Api File "/usr/cortex/analyzers/analyzers/Malwares/malwares_api.py", line 59 response = dict(results={**ri['results'], **ra['results']}, response_code=1) ^ SyntaxError: invalid syntax
Utilize Python 3.4+ syntax to process the data successfully.
The text was updated successfully, but these errors were encountered:
Fixed by #403
Sorry, something went wrong.
make code python 3.4 compatible (#403)
6a5352b
fixes #402
No branches or pull requests
Request Type
Feature Request
Problem Description
The Malwares.com analyzer uses **dict/list syntax that may require Python 3.7 to function. With Python 3.4 installed Cortex returns:
Request
Utilize Python 3.4+ syntax to process the data successfully.
The text was updated successfully, but these errors were encountered: