Raphaël Vinot
Raphaël Vinot
yeah, there is nothing I can tell you with that stack trace. But the call seems to be coming from that script: `/opt/opencti-connector-misp/misp.py`, so I'll invite you to get in...
@minisephirot no, it doesn't. But it is going to be a MISP API issue, I don't think there is a fix on PyMISP side. cc @iglocska
If it works as site admin, it is definitely a perm issue. Can you check the tag settings and make sure it is not limited to a specific user/org and...
Okay, I looked at the first message again and it's a different issue: the exception happens when you call an update on the MISP event, which would makes sense if...
`None` is discarded on PyMISP side. I'm pretty sure MISP is also discarding searching for `None`, but I'll let one of my colleagues answer on that point (cc @iglocska @righel...
You can always do a pull request if you want to contribute to the project. Have you tried this method: https://github.com/MISP/PyMISP/blob/main/pymisp/api.py#L3443 ? It should do all you need and can...
Yep, confirmed, you can use the `tag`method and if you pass `local=True` it won't update the timestamp.
Let's add @righel in the loop for that last point.
yes, you need to make a fork, push to your own repository and then make a pull request
You will need to iterate over the response, as described there: https://github.com/MISP/PyMISP/issues/766#issuecomment-1303272696