pycti 6.3.9__py3-none-any.whl → 6.3.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pycti might be problematic. Click here for more details.
- pycti/__init__.py +1 -1
- pycti/utils/opencti_stix2.py +1 -2
- {pycti-6.3.9.dist-info → pycti-6.3.10.dist-info}/METADATA +1 -1
- {pycti-6.3.9.dist-info → pycti-6.3.10.dist-info}/RECORD +7 -7
- {pycti-6.3.9.dist-info → pycti-6.3.10.dist-info}/LICENSE +0 -0
- {pycti-6.3.9.dist-info → pycti-6.3.10.dist-info}/WHEEL +0 -0
- {pycti-6.3.9.dist-info → pycti-6.3.10.dist-info}/top_level.txt +0 -0
pycti/__init__.py
CHANGED
pycti/utils/opencti_stix2.py
CHANGED
|
@@ -2390,7 +2390,7 @@ class OpenCTIStix2:
|
|
|
2390
2390
|
if item["opencti_operation"] == "delete":
|
|
2391
2391
|
delete_id = item["id"]
|
|
2392
2392
|
self.opencti.stix.delete(id=delete_id)
|
|
2393
|
-
|
|
2393
|
+
elif item["opencti_operation"] == "merge":
|
|
2394
2394
|
target_id = item["merge_target_id"]
|
|
2395
2395
|
source_ids = item["merge_source_ids"]
|
|
2396
2396
|
self.opencti.stix.merge(id=target_id, object_ids=source_ids)
|
|
@@ -2429,7 +2429,6 @@ class OpenCTIStix2:
|
|
|
2429
2429
|
item, observed_data_ref, to_id, update
|
|
2430
2430
|
)
|
|
2431
2431
|
# endregion
|
|
2432
|
-
|
|
2433
2432
|
elif item["type"] == "label":
|
|
2434
2433
|
stix_ids = self.opencti.get_attribute_in_extension("stix_ids", item)
|
|
2435
2434
|
self.opencti.label.create(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pycti/__init__.py,sha256=
|
|
1
|
+
pycti/__init__.py,sha256=AAE7hk-diDz29nqmMMWnBHZNL0FsEYqS-XKqfZt4H2Q,5219
|
|
2
2
|
pycti/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
pycti/api/opencti_api_client.py,sha256=WpJs3GtEO0kV29KXmKY-2JmtiL6JSPD-746-FbnIcik,31027
|
|
4
4
|
pycti/api/opencti_api_connector.py,sha256=ubM_zPjTD8L33TEugCQgf_YF9zugDFg_7FgNubGlwJw,5447
|
|
@@ -62,13 +62,13 @@ pycti/entities/stix_cyber_observable/opencti_stix_cyber_observable_properties.py
|
|
|
62
62
|
pycti/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
63
|
pycti/utils/constants.py,sha256=ZgOVxY5bnrHiNvPgOfZLWk16sSDnaE_tg8JVjZpw24Q,11831
|
|
64
64
|
pycti/utils/opencti_logger.py,sha256=0dvB75V0SuPFGxL539dAQrxTt1N5Acx0A3Ogwl5WMJ8,2199
|
|
65
|
-
pycti/utils/opencti_stix2.py,sha256=
|
|
65
|
+
pycti/utils/opencti_stix2.py,sha256=nFbdoSgk8PLcYveUeCpvVd9u8ekHOBndfX46VkXD_-Q,116651
|
|
66
66
|
pycti/utils/opencti_stix2_identifier.py,sha256=k8L1z4q1xdCBfxqUba4YS_kT-MmbJFxYh0RvfGOmrOs,837
|
|
67
67
|
pycti/utils/opencti_stix2_splitter.py,sha256=etnAWMDzNi2JCovSUJ5Td-XLVdzgKRdsV1XfpXOGols,11070
|
|
68
68
|
pycti/utils/opencti_stix2_update.py,sha256=CnMyqkeVA0jgyxEcgqna8sABU4YPMjkEJ228GVurIn4,14658
|
|
69
69
|
pycti/utils/opencti_stix2_utils.py,sha256=xgBZzm7HC76rLQYwTKkaUd_w9jJnVMoryHx7KDDIB_g,5065
|
|
70
|
-
pycti-6.3.
|
|
71
|
-
pycti-6.3.
|
|
72
|
-
pycti-6.3.
|
|
73
|
-
pycti-6.3.
|
|
74
|
-
pycti-6.3.
|
|
70
|
+
pycti-6.3.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
71
|
+
pycti-6.3.10.dist-info/METADATA,sha256=kRMqk5swIc5dmQ_P-KD0W-nL7l220qyH_dQ4HF2nS4o,5419
|
|
72
|
+
pycti-6.3.10.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
73
|
+
pycti-6.3.10.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
|
|
74
|
+
pycti-6.3.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|