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
I believe this was resolved in this commit: 9abe5f2
I've set it up to allow the user to decide if a scheme check will even occur during execution. If this does not fix your issue, feel free to let me know. If you have the time, feel free to submit a PR for any improvements you think could be useful.
This new release is not available on PyPI yet, but I'll be sure to make another comment here once it's available.
You can see an example of the change in this issue: #34
It seems that refang'ing urls with a scheme not listed in line: https://github.com/InQuest/python-iocextract/blob/4da913206d8e94a6a3b137c011c89e9707cb3966/iocextract.py#L626
replaces it with 'http': https://github.com/InQuest/python-iocextract/blob/4da913206d8e94a6a3b137c011c89e9707cb3966/iocextract.py#L631.
Maybe a hard-coded conversion mapping could be used, e.g.:
This is not as catch-all as the current solution, but on the other hand it does not alter the indicator.
Example:
Note: This behavior is shown in the output examples in the README.rst in the 'Usage' section related to refang.
The text was updated successfully, but these errors were encountered: