Skip to content

Version 5.3.12

Compare
Choose a tag to compare
@SamuelHassine SamuelHassine released this 11 Sep 18:30
· 3923 commits to master since this release

Dear community, OpenCTI 5.3.12 is out 🤯! This new minor version fixes some important bugs especially in background tasks and connectors 🩹. Also, the format of the STIX IDs (and internal IDs) is now verified before ingestion and creation of objects 🧽.

If you have developed connectors that directly call the API through GraphQL, you will have to migrate some query definitions from string type to StixId type.

Enhancements:

  • #2337 Validate STIX IDs and internal IDs when creating entities / relationships
  • #2344 The relationship type "uses" is not allowed between Artifact and Attack-Pattern
  • #2325 Extend the supported entity types for a CSV feed

Bug Fixes:

  • #2343 "Select all" for Bulk update within Analysis Report "Observables" view causes edit to apply to all observables in system
  • #2342 Search bar results for Channels
  • #2338 In StixSighting: TypeError: null is not an object (evaluating 'd.entity_type')

Pull Requests:

Full Changelog: 5.3.11...5.3.12