Hi everyone- We just published cti-stix-elevator version 1.1.2 on PyPi [1]. The source code is available at [2]. The most significant change in this release is the introduction of read-the-docs documentation at [3]. The stix2-elevator is a work-in-progress. It should be used to explore how existing STIX 1.x would potentially be represented in STIX 2.0. Using the current version of the elevator will provide insight to issues that might need to be mitigated to convert your STIX 1.x content. It should not be used in a production environment and should not be considered final. The elevator can be used on STIX 1.1.1 or STIX 1.2 content. However, you will need to download the correct version of python-stix depending upon which type of content you have. It is not possible to have both versions of python-stix installed at once. For STIX 1.1.1 content: - pip install stix<1.2 - this will install python-stix 1.1.1.12 - pip install stix2-elevator For STIX 1.2 content: - pip install stix2-elevator - this will install python-stix 1.2.0.6 The most important changes in the new release are: 1.1.2 - 2018-06-01 * Create read-the-docs pages * Handle empty lists in add_string_property_to_description * Removed roles property conversion in Identity * Handle the name of the identity differently when converting a threat actor * Store indicators from report temporarily in the indicators property of the bundle (fixes #102) * Published is a required property on Report so use the created property * Update setup.py with required metadata Please enter an issue on Github for bugs and feature requests. Contributions welcome. Rich Piazza Greg Back Emmanuelle Vargas-Gonzalez MITRE [1]
https://pypi.python.org/pypi/stix2-elevator/ [2]
https://github.com/oasis-open/cti-stix-elevator . [3]
https://stix2-elevator.readthedocs.io/ Attachment: smime.p7s Description: S/MIME cryptographic signature