Releases: OpenCTI-Platform/client-python
Releases · OpenCTI-Platform/client-python
Version 3.0.2
No changelog for this release.
Version 3.0.1
No changelog for this release.
Version 3.0.0
Bug Fixes:
- #65 Unable to read Course of Action from opencti via python api
- #63 A new tool is creating whenever trying to add a vulnerability.
- #62 Unable to add Stix domain entities to the report.
- #3 Fix the STIX2 class for a compliant export
Version 2.1.13
Bug Fixes:
- #60 Importing report JSON bundle with files (x_opencti_files) fails
Version 2.1.12
Bug Fixes:
- #59 Importing report JSON bundle with tags fails
Version 2.1.11
Enhancements:
- #53 Use black formatter
- #51 Add a custom STIX field for file upload from bundle
- #50 Implement files upload (global or in entity)
- #49 Create tag when importing entities
Bug Fixes:
- #52 KillChainPhases are not requested on Indicators in Stix-Domain-Entity
Version 2.1.6
Bug Fixes:
- #47 Relations creation error
Version 2.1.5
Enhancements:
- #40 Handle indicators as observables AND indicators
Version 2.1.4
Bug Fixes:
- #45 Indicators cannot be parsed
Version 2.1.3
Enhancements:
- #41 Handle relations creation with first_seen and last_seen
- #39 Handle observed data as observables
- #37 Update the methods to be able to export all entities in STIX2
- #14 Refactor the client to make it more maintainable/understandable
- #13 Use **kwargs for all API client methods