mitre-attack / mitreattack-python

A python module for working with ATT&CK
https://mitreattack-python.readthedocs.io/
Apache License 2.0
447 stars 103 forks source link

[Request] Remove STIX1 support #163

Open ostefano opened 8 months ago

ostefano commented 8 months ago

All stix1 packages (like mixbox and others) haven't been updated for the past 4/6 years. This is an issue as newer versions of Python 3.12 have been deprecating packages (like distutils required by mixbox).

Would it make sense to remove the dependency to https://github.com/oasis-open/cti-stix-elevator (or split the packages) if possible?