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

Commit 10f802b

Browse files
committed
Merge branch 'master' into release/6.6.0
2 parents 24f4f59 + c8fa3fe commit 10f802b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.5.10"
2+
__version__ = "6.6.0"
33

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

pycti/entities/indicator/opencti_indicator_properties.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
x_opencti_observable_values {
9696
type
9797
value
98+
hashes {
99+
algorithm
100+
hash
101+
}
98102
}
99103
x_mitre_platforms
100104
observables {
@@ -227,6 +231,10 @@
227231
x_opencti_observable_values {
228232
type
229233
value
234+
hashes {
235+
algorithm
236+
hash
237+
}
230238
}
231239
x_mitre_platforms
232240
observables {

0 commit comments

Comments
 (0)