oasis-open / cti-stix-slider

OASIS TC Open Repository: The repository cti-stix-slider supports development of a Python application to convert STIX 2.0 content to STIX 1.x content
https://cti-stix-slider.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
21 stars 15 forks source link

python-cybox's win_user_object.py was renamed #45

Closed S03D4-164 closed 4 years ago

S03D4-164 commented 4 years ago

A module which uses stix2slider got following error:

  File "/home/user/venv2/lib/python3.7/site-packages/stix2slider/convert_cyber_observables.py", line 55, in <module>
    from cybox.objects.win_user_object import UserAccount, WinUser                                                                                                                                                
ModuleNotFoundError: No module named 'cybox.objects.win_user_object' 

I checked python-cybox and found that win_user_object.py was renamed to win_user_account_object.py recently.

rpiazza commented 4 years ago

@S03D4-164

There will be a new release of the slider released very soon which will fix this. I assume you just updated to the latest python-cybox? If you revert back to the previous version, the slider should work again. Sorry for the inconvenience.

S03D4-164 commented 4 years ago

Thank you for your reply. I'll wait for the update.