pycti 5.12.9__py3-none-any.whl → 5.12.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- __version__ = "5.12.9"
2
+ __version__ = "5.12.10"
3
3
 
4
4
  from .api.opencti_api_client import OpenCTIApiClient
5
5
  from .api.opencti_api_connector import OpenCTIApiConnector
@@ -164,7 +164,8 @@ class OpenCTIApiClient:
164
164
  }
165
165
 
166
166
  if auth is not None:
167
- self.session = requests.session(auth=auth)
167
+ self.session = requests.session()
168
+ self.session.auth = auth
168
169
  else:
169
170
  self.session = requests.session()
170
171
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycti
3
- Version: 5.12.9
3
+ Version: 5.12.10
4
4
  Summary: Python API client for OpenCTI.
5
5
  Home-page: https://github.com/OpenCTI-Platform/client-python
6
6
  Author: Filigran
@@ -1,6 +1,6 @@
1
- pycti/__init__.py,sha256=bQAFG93XH48z1fk4bv3G-rY2c7t6EeLYmWsf7SV9iB0,4692
1
+ pycti/__init__.py,sha256=hChMyiC7eqhFAjYz-dBrUfPOyjgZy9viYRu9VW9qrXc,4693
2
2
  pycti/api/__init__.py,sha256=t78k-bMV5HrTAzNeWgL9sv-Qk5CvzS8ngXFlbTAYEIA,53
3
- pycti/api/opencti_api_client.py,sha256=7BO-_TUU1Ih-zg7WFUNMXt_WIw_DVwPVMBqYSVUWTOY,29520
3
+ pycti/api/opencti_api_client.py,sha256=W3EDPJ-zeKkCzBayk7BLYHjle1ijY-NQYMz3L5jomiY,29548
4
4
  pycti/api/opencti_api_connector.py,sha256=53kV9IE1kcV5Q-Gbdj-2LKDc3ZxqQZUaqCXHeDjRVh8,3565
5
5
  pycti/api/opencti_api_playbook.py,sha256=3CbxGZGQ_E967fpKQSamXJG-GZqlELZr6o4Z_mcWT30,1365
6
6
  pycti/api/opencti_api_work.py,sha256=LK7gtVMzocmO2GCTkIpWXddxQS-z-7WFv0rjwQ0UCco,6908
@@ -60,8 +60,8 @@ pycti/utils/opencti_stix2.py,sha256=eUp4q09aaMmhcmtfUTamXcl_ctEh_ykpExJA0v6_2r8,
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.12.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
- pycti-5.12.9.dist-info/METADATA,sha256=NPjH_IxCI5PrOvdovGFe0ruyV4uuz_SmDkav_rS3j3M,5297
65
- pycti-5.12.9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
66
- pycti-5.12.9.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
67
- pycti-5.12.9.dist-info/RECORD,,
63
+ pycti-5.12.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
+ pycti-5.12.10.dist-info/METADATA,sha256=0imFRDJNwmTogcyvSf1kF2_mNKXRwQ1QZLGp_fZk_8w,5298
65
+ pycti-5.12.10.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
66
+ pycti-5.12.10.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
67
+ pycti-5.12.10.dist-info/RECORD,,