client-python icon indicating copy to clipboard operation
client-python copied to clipboard

OpenCTI Python Client

Results 131 client-python issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [fastapi](https://redirect.github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | `>=0.115.2, `>=0.121.0,If you want to rebase/retry this PR, check this...

filigran team
dependencies

## Description Hi guys, After commit [0829b0cb29edd9a82cee8d5e547523b603eae720](https://github.com/OpenCTI-Platform/client-python/commit/0829b0cb29edd9a82cee8d5e547523b603eae720), JSON logging no longer includes the extra metadata passed to logger methods. For example, [here](https://github.com/OpenCTI-Platform/client-python/blob/22f4979527b46a9c5f42df21f6fd5b0911e45d52/pycti/utils/opencti_stix2.py#L106) we can see this code: ``` self.opencti.app_logger.error( "Unknown...

bug

### Proposed changes * Implement the X509V3ExtensionsType fields on X509Certificate ### Related issues * https://github.com/OpenCTI-Platform/client-python/issues/1023 ### Checklist - [ ] I consider the submitted work as finished - [ ]...

filigran team

### Proposed changes * Added automatic HTTPS proxy certificate handling in OpenCTI client-python * Implemented `_setup_proxy_certificates()` method that detects `HTTPS_CA_CERTIFICATES` environment variable and combines proxy certificates with system certificates *...

filigran team

### Proposed changes * * opencti PR https://github.com/OpenCTI-Platform/opencti/pull/11628 ### Related issues * opencti #11626 * ### Checklist - [ ] I consider the submitted work as finished - [ ]...

filigran team
multi-repository

### Proposed changes * Add a new function to offer capacity to to consume events by configurable batches * Introduce parameters to control batch size, batch timeout (maximum wait time...

### Proposed changes * move pythonjsonlogger.jsonlogger to pythonjsonlogger.json per the [docs](https://nhairs.github.io/python-json-logger/latest/changelog/#deprecated) * ### Related issues * Closes #1027 * ### Checklist - [x] I consider the submitted work as finished...

feature
filigran team
tiny

Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Problem to Solve DeprecationWarning: pythonjsonlogger.jsonlogger has been moved to pythonjsonlogger.json ##...

feature
needs triage

Add the missing fields on x509certificate creation Source: V6.8.8 ## Problem to Solve When creating the observable entity X509Certificate, the fields coming from X509V3ExtensionsType are not mapped. https://github.com/OpenCTI-Platform/opencti/blob/6.8.8/opencti-platform/opencti-graphql/config/schema/opencti.graphql#L9445-L9476 https://github.com/OpenCTI-Platform/client-python/blob/6.8.8/pycti/entities/opencti_stix_cyber_observable.py#L657-L715 |...

feature
needs triage

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.elastic.co/elasticsearch/elasticsearch](https://www.elastic.co/products/elasticsearch) ([source](https://redirect.github.com/elastic/elasticsearch)) | docker | major | `8.18.2` -> `9.2.0` | --- ###...

filigran team
dependencies