Philippe Damoune
Philippe Damoune
### Proposed changes * test * Add connector initialization test * fix * Fix README logging info * Remove deprecated update_existing_data * requirements.txt - Add explicit library & versions *...
## Description - README: - ❌ Remove text about logger - ❌ Add configuration guidelines - ❌ Remove usage of update_existing_data - ❌ Implement traceback like the template / best...
### Proposed changes - [x] Missing traceback in main.py - [ ] Remove CONNECTOR_TYPE from yml and add default variable - [x] Use of update_existing_data - [x] Use of deprecated...
## Description - ❌ Missing traceback in main.py - ❌ Remove `CONNECTOR_TYPE` from yml and add default variable - ❌ Use of `update_existing_data` - ❌ Use of deprecated `log_info/log_error/...` -...
### Proposed changes * Extract helper, config, client and add simple test * Implement ConnectorSettings * Cleanup, rename and move * Simplify code and improve client exception * Move indicator...
## Use case While developing a connector, the configuration can come from different sources, for example : - Mostly in dev: config.yml file - Mostly in prod: environment variables ##...
### 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 - [ ]...
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 |...