Axel Fahy
Axel Fahy
## Description When using a custom CA, the connection with minio is not working, with the following error: ``` unable to verify the first certificate ``` I tried settings the...
### Proposed changes * Use the logging methods of the `OpenCTIConnectorHelper` in the clients class instead of instanciating another logger. ### Related issues * n/a ### Checklist - [x] I...
## Description The misp connector inserts hashes (MD5, SHA-1, SHA-256) as `Text`, with a `related-to` relationships instead of updating the hashes in the existing `File`. ## Environment 1. OS (where...
Modifications have been done according to the migration guide: - Update dependencies - Change @phosphor/* to @lumino/* - Change ``ReadonlyJSONObject`` to ``ReadonlyPartialJSONObject`` - Session is now accessible from ``NotebookPanel.sessionContext`` instead...
Closes #85. This PR allows using `ctrl-[` to exit insert mode, which was not working on Firefox. Please finish the following when submitting a pull request: - [x] Add a...
In vim, `Ctrl-[` is the equivalent of Esc and `Ctrl-C` quits insert mode. I think it would be nice to have the same behaviors in jupyterlab-vim. Maybe implementing `Ctrl-C` is...
Currently, [Ctrl-O, Shift-O], to insert a cell above, is not working. The same applies for other cases such as [Ctrl-O, Shift-G] to go to the last cell. This has been...
## Description Lots of methods in the pycti library uses a variable number of keyword arguments (`**kwargs`). However, some of those arguments are in snake_case and others in camelCase, making...
## Description When using the `list` method of entities with the `getAll` parameter, the `first` parameter is overwritten. For example, trying to run: ``` reports = opencti_api_client.report.list( first=200, withPagination=True, orderBy="published",...
This PR adds two new connectors, a `stream/stream-exporter` and a `external-import/stream-importer`. The goal is to be able to synchronize two OpenCTI instances that don't have access to each other. The...