pycti 6.1.3__py3-none-any.whl → 6.1.4__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/entities/opencti_stix_core_relationship.py +7 -0
- {pycti-6.1.3.dist-info → pycti-6.1.4.dist-info}/METADATA +1 -1
- {pycti-6.1.3.dist-info → pycti-6.1.4.dist-info}/RECORD +7 -7
- {pycti-6.1.3.dist-info → pycti-6.1.4.dist-info}/LICENSE +0 -0
- {pycti-6.1.3.dist-info → pycti-6.1.4.dist-info}/WHEEL +0 -0
- {pycti-6.1.3.dist-info → pycti-6.1.4.dist-info}/top_level.txt +0 -0
pycti/__init__.py
CHANGED
|
@@ -588,6 +588,7 @@ class StixCoreRelationship:
|
|
|
588
588
|
external_references = kwargs.get("externalReferences", None)
|
|
589
589
|
kill_chain_phases = kwargs.get("killChainPhases", None)
|
|
590
590
|
granted_refs = kwargs.get("objectOrganization", None)
|
|
591
|
+
x_opencti_workflow_id = kwargs.get("x_opencti_workflow_id", None)
|
|
591
592
|
update = kwargs.get("update", False)
|
|
592
593
|
|
|
593
594
|
self.opencti.app_logger.info(
|
|
@@ -630,6 +631,7 @@ class StixCoreRelationship:
|
|
|
630
631
|
"objectOrganization": granted_refs,
|
|
631
632
|
"externalReferences": external_references,
|
|
632
633
|
"killChainPhases": kill_chain_phases,
|
|
634
|
+
"x_opencti_workflow_id": x_opencti_workflow_id,
|
|
633
635
|
"update": update,
|
|
634
636
|
}
|
|
635
637
|
},
|
|
@@ -1190,6 +1192,11 @@ class StixCoreRelationship:
|
|
|
1190
1192
|
if "x_opencti_granted_refs" in stix_relation
|
|
1191
1193
|
else None
|
|
1192
1194
|
),
|
|
1195
|
+
x_opencti_workflow_id=(
|
|
1196
|
+
stix_relation["x_opencti_workflow_id"]
|
|
1197
|
+
if "x_opencti_workflow_id" in stix_relation
|
|
1198
|
+
else None
|
|
1199
|
+
),
|
|
1193
1200
|
update=update,
|
|
1194
1201
|
)
|
|
1195
1202
|
else:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pycti/__init__.py,sha256=
|
|
1
|
+
pycti/__init__.py,sha256=wZBeVfDfWr21plXv-SmfxEqF3S574PQgFfuvn0yq-ns,5035
|
|
2
2
|
pycti/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
pycti/api/opencti_api_client.py,sha256=fDeVJjExlsrTNYRf28LYhifz901JkdOZueCdvvko36Y,29575
|
|
4
4
|
pycti/api/opencti_api_connector.py,sha256=fYF0Jy9KIMFNt1RC_A1rpWomVJ-oj5HiSsBem4W0J5U,3549
|
|
@@ -41,7 +41,7 @@ pycti/entities/opencti_opinion.py,sha256=SPcY8-0zRJCMle-eDLka-CFPyAqU3CnVVBtfVYh
|
|
|
41
41
|
pycti/entities/opencti_report.py,sha256=zKoq3Kpo3afvFsw0QCBOaeVm9J_xRMBOZfJC7ZPRaRg,33580
|
|
42
42
|
pycti/entities/opencti_stix.py,sha256=uMheSg8i1f2Ozx2Mk0iShWzHHjj6MMWDtV5nDjVxKEE,2275
|
|
43
43
|
pycti/entities/opencti_stix_core_object.py,sha256=3jABOB_-vm2CSB6LU3ylxpSj_oixRCcfU3T10n2_MFU,49559
|
|
44
|
-
pycti/entities/opencti_stix_core_relationship.py,sha256=
|
|
44
|
+
pycti/entities/opencti_stix_core_relationship.py,sha256=93E9sIiKIOYJtjzBecMBMOGoKNsgOJnrRi0HscmU6iA,43249
|
|
45
45
|
pycti/entities/opencti_stix_cyber_observable.py,sha256=EOJuXeSmFcm4oI2rPOqxZ8QZq_ej_CTkYgCTtUkZwsk,106785
|
|
46
46
|
pycti/entities/opencti_stix_domain_object.py,sha256=QI6uBbefNC_PQSwl0O5KpG4cWqa-15mIju8dwREzooU,78504
|
|
47
47
|
pycti/entities/opencti_stix_nested_ref_relationship.py,sha256=2r1i7cUl-WWictlnC_MJrm9sTIt_yJe2uqTpQm-yo6o,12330
|
|
@@ -61,8 +61,8 @@ pycti/utils/opencti_stix2.py,sha256=7-AhzCrt0j28acGFbgTvXIAlUBI05zcYD5zmOAf-caY,
|
|
|
61
61
|
pycti/utils/opencti_stix2_splitter.py,sha256=Ht9Mp-W3gbwxIKEr7i_5NYpcDr3TA2gYdC4TzOz0G4c,4496
|
|
62
62
|
pycti/utils/opencti_stix2_update.py,sha256=CnMyqkeVA0jgyxEcgqna8sABU4YPMjkEJ228GVurIn4,14658
|
|
63
63
|
pycti/utils/opencti_stix2_utils.py,sha256=4r9qglN3AIN8JH1B9Ts2o20Qn3K203M4c5-lIPzRpZ4,4138
|
|
64
|
-
pycti-6.1.
|
|
65
|
-
pycti-6.1.
|
|
66
|
-
pycti-6.1.
|
|
67
|
-
pycti-6.1.
|
|
68
|
-
pycti-6.1.
|
|
64
|
+
pycti-6.1.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
65
|
+
pycti-6.1.4.dist-info/METADATA,sha256=M2QbuEG6qBPN6MmV195krKAjx_boL3XUD1bCHm0PriE,5313
|
|
66
|
+
pycti-6.1.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
67
|
+
pycti-6.1.4.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
|
|
68
|
+
pycti-6.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|