pycti 5.11.0__py3-none-any.whl → 5.11.2__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 CHANGED
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- __version__ = "5.11.0"
2
+ __version__ = "5.11.2"
3
3
 
4
4
  from .api.opencti_api_client import OpenCTIApiClient
5
5
  from .api.opencti_api_connector import OpenCTIApiConnector
@@ -1295,7 +1295,7 @@ class OpenCTIConnectorHelper: # pylint: disable=too-many-public-methods
1295
1295
  return None
1296
1296
 
1297
1297
  def get_data_from_enrichment(self, data, opencti_entity):
1298
- stix_id = data["entity_id"]
1298
+ stix_id = opencti_entity["standard_id"]
1299
1299
  bundle = data.get("bundle", None)
1300
1300
  # Extract IPv4, IPv6 and Domain from entity data
1301
1301
  if bundle is None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycti
3
- Version: 5.11.0
3
+ Version: 5.11.2
4
4
  Summary: Python API client for OpenCTI.
5
5
  Home-page: https://github.com/OpenCTI-Platform/client-python
6
6
  Author: Filigran
@@ -1,4 +1,4 @@
1
- pycti/__init__.py,sha256=lwAA8oFiojTogU_QNwUBXrOrMZrLSdwpRH_ICG_9JQ8,4692
1
+ pycti/__init__.py,sha256=oSbBIm0Q0-uUPHKcWwYtSQiMFBRsth4z7kQpyYJE7So,4692
2
2
  pycti/api/__init__.py,sha256=t78k-bMV5HrTAzNeWgL9sv-Qk5CvzS8ngXFlbTAYEIA,53
3
3
  pycti/api/opencti_api_client.py,sha256=qFDDu2BdVvZyhGcLBTcK6LeFGVx4R59ts9MNzgLu8e4,29065
4
4
  pycti/api/opencti_api_connector.py,sha256=53kV9IE1kcV5Q-Gbdj-2LKDc3ZxqQZUaqCXHeDjRVh8,3565
@@ -6,7 +6,7 @@ pycti/api/opencti_api_playbook.py,sha256=3CbxGZGQ_E967fpKQSamXJG-GZqlELZr6o4Z_mc
6
6
  pycti/api/opencti_api_work.py,sha256=1zJTbkqQUVBngCWr2e5jvkKOlUBEKMm-DTAIYYMmoCI,6825
7
7
  pycti/connector/__init__.py,sha256=t78k-bMV5HrTAzNeWgL9sv-Qk5CvzS8ngXFlbTAYEIA,53
8
8
  pycti/connector/opencti_connector.py,sha256=0vrZ8Y8ecbxegAP1YhpX6ybOZahYjjOkcId51D1oBi4,2449
9
- pycti/connector/opencti_connector_helper.py,sha256=w31a0BTXokT-SADHU42QqF7xFQqAQOb0uZXjuIaPETg,47303
9
+ pycti/connector/opencti_connector_helper.py,sha256=YGEB5X1REi044RkbJ_rU4Kmi7qVeaSVy42x5v1nwoHA,47315
10
10
  pycti/connector/opencti_metric_handler.py,sha256=LWAc3RwbwUgbRvwtUaoOJ1SsfW7Cuq8RaN1jhJg-QSA,3548
11
11
  pycti/entities/__init__.py,sha256=t78k-bMV5HrTAzNeWgL9sv-Qk5CvzS8ngXFlbTAYEIA,53
12
12
  pycti/entities/opencti_attack_pattern.py,sha256=Yf58Es8AQ-45kD8zk-HJW9hvKU54t7872E6l6ZXlK3c,18920
@@ -60,8 +60,8 @@ pycti/utils/opencti_stix2.py,sha256=Uj5LL6UZRQGAI653T_48UOXxFDQvdkKaBAUbJhjMS3U,
60
60
  pycti/utils/opencti_stix2_splitter.py,sha256=Ht9Mp-W3gbwxIKEr7i_5NYpcDr3TA2gYdC4TzOz0G4c,4496
61
61
  pycti/utils/opencti_stix2_update.py,sha256=NO-l7g9aUmZ2vP6BSxs-Gq8WXa7pnpcDiNQVtQ3TESE,14515
62
62
  pycti/utils/opencti_stix2_utils.py,sha256=XaDLRN9BE-n8chO9OEsCMoonAuoMjoGS_OSJyrxVXDY,3677
63
- pycti-5.11.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
- pycti-5.11.0.dist-info/METADATA,sha256=U4KlQ16IgVi1lkCqueHTAt4yQA4QwmFs6sLMaqeKHSQ,5296
65
- pycti-5.11.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
66
- pycti-5.11.0.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
67
- pycti-5.11.0.dist-info/RECORD,,
63
+ pycti-5.11.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
+ pycti-5.11.2.dist-info/METADATA,sha256=SRXkPE0ppd_pug_DctI_Mtj-xOl5XaYHlEpGkwVTEu4,5296
65
+ pycti-5.11.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
66
+ pycti-5.11.2.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
67
+ pycti-5.11.2.dist-info/RECORD,,
File without changes