Skip to content
New issue

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

EML-Parser Requirements file missing pip requirement #792

Closed
edwardrixon opened this issue Jun 16, 2020 · 2 comments
Closed

EML-Parser Requirements file missing pip requirement #792

edwardrixon opened this issue Jun 16, 2020 · 2 comments

Comments

@edwardrixon
Copy link

EML-Parser Requirements file missing pip requirement.

Request Type

Bug

Work Environment

N/A

Description

Requirements.txt file on the analyser "EML parser" directory does not have iocextract as a pip requirement but this is required for the EML Parser to function.

Steps to Reproduce

attempt to run EML parser on the cli via python3 parse.py and you run into a module not found error.

Possible Solutions

Add iocextract to the requirements file for the analyser "EML Parser".

@dadokkio
Copy link
Contributor

Hi, the ioc extraction has been added in release 2.7.0 and requirements are already satisfied for that release: 99337a4

Probably you have mixed old requirements with new analyzer code.

@edwardrixon
Copy link
Author

ok thankyou very much I will close.

Hi, the ioc extraction has been added in release 2.7.0 and requirements are already satisfied for that release: 99337a4

Probably you have mixed old requirements with new analyzer code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants