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

Cut python 2 dependency by replacing ioc-parser in cortexutils.analyzer #4

Closed
3c7 opened this issue Feb 16, 2017 · 1 comment
Closed
Assignees
Labels
category:enhancement Issue is related to an existing feature to improve
Milestone

Comments

@3c7
Copy link
Contributor

3c7 commented Feb 16, 2017

Request Type

Feature Request

Content

Hello guys,

I just skimmed through analyzer.py to see, if it's possible to use the Analyzer-class with python 3. The problematic dependency in this case is pdfminer which is not in use, basically, because the parser is always called with txt and json parameters.

Would if be possible to replace it with an self-implemented function (more or less) easily?

Lots of modules I depend on use python 3 and I just thought it would be great to directly start with python 3 here.

Have a nice day
3c7

@saadkadhi saadkadhi added the category:enhancement Issue is related to an existing feature to improve label Mar 21, 2017
@nadouani nadouani modified the milestone: 1.3.0 Apr 10, 2017
nadouani pushed a commit that referenced this issue Apr 18, 2017
* Added RegEx ioc extraction

* Added module to setup.py, changed import statement in analyzer.py
@nadouani
Copy link
Contributor

Closing this issue, fix by Automatic ioc extraction using RegEx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:enhancement Issue is related to an existing feature to improve
Projects
None yet
Development

No branches or pull requests

4 participants