flavienSindou

Results 7 issues of flavienSindou

## Prerequisites - [x] I read the [Deployment and Setup](https://docs.opencti.io/latest/deployment/overview/) section of the OpenCTI documentation as well as the [Troubleshooting](https://docs.opencti.io/latest/deployment/troubleshooting/) page and didn't find anything relevant to my problem. -...

question
needs triage

## Use Case Improved code structure for connector development ## Current Workaround Complex and non-standard tree structure ## Proposed Solution Refactor code templates and provide new guidelines for future connector...

feature
needs triage

https://github.com/OpenCTI-Platform/client-python/blob/34b4975c9c3eb356dcb79e1803e325d460fb454f/pycti/connector/opencti_connector_helper.py#L70C5-L87C17 The only way the value error is raised is : We use env variable, The ENV Var DOES EXIST. and is an empty string But not in other cases.

bug
needs more info

## Description When using https://github.com/OpenCTI-Platform/client-python/blob/ea941a90b9d6bc6c05b1ecb898a86456a314b3df/pycti/connector/opencti_connector_helper.py#L1739 with `cleanup_inconsistent_bundle` option there is no user info about the missing references that are removed from the bundle. ## Environment 1. OS (where OpenCTI server...

bug

## Problem to Solve connector_helper.send_bundle is not used, as the OpenCTI platform perform upsert operation. ## Current Workaround do not specify the argument when calling the method ## Proposed Solution...

feature

I took the opportunity to correct a well-known deprecated function that has already been replaced in a number of places (i.e. in other connectors). If it's annoying, we can remove...

bug
filigran support
tiny

# Problem to Solve The strict Requests version requirements prevent the development of connectors or scripts that depend on other packages. # Current Workaround Ignore dependency manager errors. # Proposed...

bug
filigran support