-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Can't add Galaxy Clusters to Events if Tag Editor permission is not granted #975
Comments
Hello, I encountered the same issue when updating events. Events can only be updated successfully when there are tag labels associated with the galaxy. Do you have any new solutions for this?🫡 |
Yes, it works as it should but as far as I know at the moment the most convenient (and recommended) way to add a galaxy cluster to an event is to use connector tags (see also your response here. Maybe the |
Sounds like there (correctly) is an exception for that case in place, however, it also sounds like it's not adhered to everywhere. Definitely one to fix on MISP side. |
It seems that adding a galaxy cluster to an event is not possible if these conditions are met:
The PyMISP method
tag(misp_entity, tag, local=False)
returns the following message error:However, the same user can attach the Galaxy Cluster to the Event via GUI, triggering the connector tag creation.
The text was updated successfully, but these errors were encountered: