Skip to content

Releases: OpenCTI-Platform/opencti

Version 1.1.2

05 Sep 14:22
Compare
Choose a tag to compare

Enhancements:

  • #190 Unhandled Promise rejection while yarn start
  • #180 Platform needs to log in console for easy docker logs access
  • #167 Person overview details
  • #140 Support of reverse proxy with relative path

Bug Fixes:

  • #208 OpenCTI should be able to use password with only numbers in it
  • #207 Report type with multiple spaces broke the menu bar
  • #202 Reasoning rule UserTargetsRule triggers bad inferred relations
  • #185 Performance issue in version 1.1.1
  • #181 Migration process should stop if elastic is not accessible

Version 1.1.1

04 Aug 19:11
Compare
Choose a tag to compare

⚠️ Breaking changes ⚠️

ElasticSearch 6.X is no longer supported.
You need to upgrade your current elasticsearch deployment (docker or manual) to version 7.X.

Enhancements:

  • #177 Remember views parameters for listing, sorting and searching
  • #168 Adapt current github organization and documentation to improve release lifecycle
  • #158 Refactor contextual list search
  • #157 Speed-up statistics numbers on the dashboard
  • #152 Add link to organization in report field "author"
  • #151 Refactor all the infinite scroll list views
  • #150 Migration to ES 7
  • #7 Write an article about why we choose Grakn over Neo4j

Bug Fixes:

  • #174 Inferred rule UsageTargetsRule leads to incorrect relationships
  • #169 Error Loading Mitre
  • #163 Worker does not send ack when processing a long running task
  • #160 CircleCI tests not passing from PR
  • #142 Capitalised text is sorted before lowercase

Version 1.1.0

22 Jul 01:41
Compare
Choose a tag to compare

⚠️ Breaking changes ⚠️

Integration and connectors
  • The integration process connectors_scheduler.py and the Docker image opencti/integration has been deleted and are no longer used. This has been replaced by the new connector architecture.
  • Connectors are no longer configured and enabled in the user interface, you have to launch them independently, please see the dedicated documentation on how to enable connectors.
Default credentials and token
  • To launch the platform, you have to configure the default password and the default token of the platform, either in your docker-compose.yml environment variables or in the production.json configuration file. If you do not configure these parameters, the platform will not start and will raise an error.

Enhancements:

  • #131 Keep UUIDs of STIX2 TLP marking definitions
  • #127 OpenCTI and dependencies memory documentation
  • #126 OpenCTI strategic roadmap
  • #121 Integration connectors new architecture
  • #104 Provide ability to add custom "Played Role" values when adding observables
  • #90 Multiple documentation pages missing
  • #88 OpenCTI fail to start with docker for windows
  • #74 Admin account cannot be auto-created with a migration
  • #73 Customizable report classes

Bug Fixes:

  • #144 OpenCTI datasets not being imported
  • #143 worker_import.py and worker_export.py does not work with last release of pycti
  • #133 Delete a user doesn't delete associated tokens
  • #128 Full refactor of workers
  • #125 Docker compose doesn't fix every version of dependencies
  • #120 Docker-compose issue

Version 1.0.2

07 Jul 11:26
Compare
Choose a tag to compare

Enhancements:

  • #116 Docker-compose build behind a HTTP proxy
  • #115 Add expanding to report description
  • #109 Import is really really slow
  • #85 Provide support for more Observable types

Bug Fixes:

  • #118 No module named "stix2"
  • #113 Add English as a language option for the Date selection widget
  • #101 Login redirection failed in Firefox ESR
  • #79 Left side bar does not automatically collapse

Version 1.0.1

02 Jul 06:23
Compare
Choose a tag to compare

Enhancements:

  • #94 Provide pre-built Docker images from Docker Hub instead of building it
  • #93 Ulimit should be increase for elasticsearch
  • #92 Update the docker install documentation for data persistence
  • #91 Link broken releases.opencti.io

Bug Fixes:

  • #101 Login redirection failed in Firefox ESR
  • #82 Export in STIX2 fail the official stix2-validator
  • #80 System requirements

Version 1.0.0

28 Jun 01:30
Compare
Choose a tag to compare

Enhancements:

  • #78 View the reports wrote by an organization
  • #71 Make draggable and resizable the widget in exploration workspaces
  • #68 Docker compose for development
  • #66 Connectors configuration
  • #64 Organisation : category
  • #63 Refactor exploration and start the work on analytics module
  • #60 Responsive grids and menu for display
  • #59 Refactor the knowledge right bar of all entities
  • #57 Observables : scoring/rating
  • #54 Observables : Unicity
  • #53 Observables methods in the Python library
  • #50 Courses of action management
  • #47 Create a MISP connector
  • #46 Create a connector template
  • #45 Implement the observables schema
  • #32 Change the knowledge overview with statistics instead of graphs
  • #26 Create charts in views
  • #25 Migrate the Grakn schema creation from loader to API
  • #24 Create a loader for STIX 2 json files
  • #23 Implement the CSV export of all lists of entities
  • #22 API events logs / audit logs
  • #19 Implement logout
  • #18 Create the documentation for manual installation
  • #17 Add subscriptions on any entity view (not list)
  • #16 Add README, Docker install and publish on Github
  • #15 Implement basic observables management
  • #14 Implement the user profile
  • #13 Handle default createdbyref on all entities
  • #12 Implement all knowledge entities CRUD
  • #11 Implement the global search field
  • #10 Implement the knowledge graph of a report
  • #8 Implement the report management (creation / edition / deletion)
  • #6 Create the OpenCTI website and explain the target vision
  • #5 Ensure that websocket (api, redis, ...) can be disable
  • #3 Add an error handling for disconnected users and more globally for CRUD
  • #1 Migrate security to @auth directive

Bug Fixes:

  • #51 Reconnect to Grakn server after lost connection
  • #35 Enhance the search function
  • #29 List view is stuck in dummy mode in some scenarios
  • #4 Fix case when user cannot logout