Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 17d3a27

Browse files
committed
Merge branch 'master' into release/6.4.0
2 parents 755ba30 + 9ae9d08 commit 17d3a27

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ steps:
6363

6464
services:
6565
- name: redis
66-
image: redis:7.2.5
66+
image: redis:7.4.1
6767
- name: elastic
68-
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3
68+
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
6969
environment:
7070
discovery.type: single-node
7171
xpack.security.enabled: false

pycti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "6.3.8"
2+
__version__ = "6.3.9"
33

44
from .api.opencti_api_client import OpenCTIApiClient
55
from .api.opencti_api_connector import OpenCTIApiConnector

pycti/utils/opencti_stix2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,6 @@ def import_item(
24292429
item, observed_data_ref, to_id, update
24302430
)
24312431
# endregion
2432-
24332432
elif item["type"] == "label":
24342433
stix_ids = self.opencti.get_attribute_in_extension("stix_ids", item)
24352434
self.opencti.label.create(

0 commit comments

Comments
 (0)