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

Commit 5ae8227

Browse files
committed
[client] Fix export of containers with list of IDs
1 parent 18acbef commit 5ae8227

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pycti/entities/opencti_stix_domain_object.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,13 @@ def __init__(self, opencti, file):
153153
node {
154154
... on BasicObject {
155155
id
156+
parent_types
156157
entity_type
157158
standard_id
158159
}
159160
... on BasicRelationship {
160161
id
162+
parent_types
161163
entity_type
162164
standard_id
163165
}
@@ -174,11 +176,13 @@ def __init__(self, opencti, file):
174176
node {
175177
... on BasicObject {
176178
id
179+
parent_types
177180
entity_type
178181
standard_id
179182
}
180183
... on BasicRelationship {
181184
id
185+
parent_types
182186
entity_type
183187
standard_id
184188
}
@@ -195,11 +199,13 @@ def __init__(self, opencti, file):
195199
node {
196200
... on BasicObject {
197201
id
202+
parent_types
198203
entity_type
199204
standard_id
200205
}
201206
... on BasicRelationship {
202207
id
208+
parent_types
203209
entity_type
204210
standard_id
205211
}
@@ -217,11 +223,13 @@ def __init__(self, opencti, file):
217223
node {
218224
... on BasicObject {
219225
id
226+
parent_types
220227
entity_type
221228
standard_id
222229
}
223230
... on BasicRelationship {
224231
id
232+
parent_types
225233
entity_type
226234
standard_id
227235
}
@@ -238,11 +246,13 @@ def __init__(self, opencti, file):
238246
node {
239247
... on BasicObject {
240248
id
249+
parent_types
241250
entity_type
242251
standard_id
243252
}
244253
... on BasicRelationship {
245254
id
255+
parent_types
246256
entity_type
247257
standard_id
248258
}
@@ -471,11 +481,13 @@ def __init__(self, opencti, file):
471481
node {
472482
... on BasicObject {
473483
id
484+
parent_types
474485
entity_type
475486
standard_id
476487
}
477488
... on BasicRelationship {
478489
id
490+
parent_types
479491
entity_type
480492
standard_id
481493
}

0 commit comments

Comments
 (0)