Skip to content

Releases: OpenCTI-Platform/client-python

Version 3.0.2

23 Feb 21:36
Compare
Choose a tag to compare

No changelog for this release.

Version 3.0.1

20 Feb 05:55
Compare
Choose a tag to compare

No changelog for this release.

Version 3.0.0

19 Feb 01:43
Compare
Choose a tag to compare

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

29 Jan 19:52
Compare
Choose a tag to compare

Bug Fixes:

  • #60 Importing report JSON bundle with files (x_opencti_files) fails

Version 2.1.12

27 Jan 22:28
Compare
Choose a tag to compare

Bug Fixes:

  • #59 Importing report JSON bundle with tags fails

Version 2.1.11

24 Jan 10:03
Compare
Choose a tag to compare

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

20 Dec 11:51
Compare
Choose a tag to compare

Bug Fixes:

  • #47 Relations creation error

Version 2.1.5

19 Dec 14:44
Compare
Choose a tag to compare

Enhancements:

  • #40 Handle indicators as observables AND indicators

Version 2.1.4

07 Dec 10:07
Compare
Choose a tag to compare

Bug Fixes:

  • #45 Indicators cannot be parsed

Version 2.1.3

05 Dec 09:14
Compare
Choose a tag to compare

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