Laurent Bonnet
Laurent Bonnet
Let's move on with this PR, we can try and see how it looks and if it's useful
This seems like a valid input yes. I'll investigate to see how it comes this payload is produced. If it's a valid payload, it's a bug on the validation process....
I've pushed a commit to allow such case @lndrtrbn, and added some integration tests.
the labels are also wrong: on horizontal bars, we are missing the mitre id as prefix. We'll fix this in the same batch.
> ERROR: Cannot install -r src/requirements.txt (line 4) and opentelemetry-sdk==1.24.0 because these package versions have conflicting dependencies. > The conflict is caused by: The user requested opentelemetry-sdk==1.24.0 opentelemetry-exporter-prometheus 0.43b0 depends...
I pushed the rebase to master ; conflict in requirements.txt.
> I pushed the rebase to master ; conflict in requirements.txt. CI is red, we probably need to rebase also the corresponding branch in python-client
tested locally ✅
I noticed this also, as https://github.com/OpenCTI-Platform/opencti/issues/7117 Having line feeds in a CSV is causing errors at extraction, even if the data string is between quotes
To be clear: this is purely a technical issue (typescript typing) that would make the code less error-prone when it comes to handling the stix extensions data. Not high priority...