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
When running example in interactive docs that uses Python 3.9.5 the resulting dictionary iocs contains only one domain and no urls.
iocs
Expected results:
>>> iocs['domains'] ['example.org', 'foobar.com'] >>> iocs['urls'] ['https://example.org/test/bingo.php']
Maybe the problem is related to dependencies because in my fresh environment created with Python 3.9.5 it works properly:
PS C:\> pip list Package Version ----------------- ------- attrs 22.2.0 click 8.1.3 colorama 0.4.6 d8s-dicts 0.6.0 d8s-hypothesis 0.6.0 d8s-lists 0.8.0 d8s-math 0.7.0 d8s-strings 0.5.0 d8s-uuids 0.6.0 dictdiffer 0.9.0 exceptiongroup 1.1.1 hypothesis 6.68.2 inflect 6.0.2 ioc-fanger 4.2.1 ioc-finder 7.3.0 more-itertools 9.1.0 mpmath 1.3.0 number-tools 0.1.0 pip 21.1.2 pydantic 1.10.6 pyparsing 3.0.9 setuptools 57.0.0 sortedcontainers 2.4.0 sympy 1.11.1 typing-extensions 4.5.0 wheel 0.36.2
The text was updated successfully, but these errors were encountered:
Interesting - thanks for pointing this out! I'll take a look.
Sorry, something went wrong.
I'm working on a fix for this. Thanks again for reporting this!
No branches or pull requests
When running example in interactive docs that uses Python 3.9.5 the resulting dictionary
iocs
contains only one domain and no urls.Expected results:
Maybe the problem is related to dependencies because in my fresh environment created with Python 3.9.5 it works properly:
The text was updated successfully, but these errors were encountered: