Tom King
Tom King
Not sure why the tests are failing, complaining that the new field in the DB is missing (maybe the DB upgrade hasn't happened in the tests?) New functionality confirmed to...
@iglocska Doh! I must've replaced the upgrade, copying across the field from a previous example and not replaced the column! Thank you! All sorted :crossed_fingers: @JakubOnderka thanks for the tip,...
Hi @teward, This is intentional, as a `sharing_group_id` of `0` is 'Inherit', which will inherit the sharing group ID from the event. From what I see, you have two options:...
Hi @imidoriya, Here's a modified code block I use to add a galaxy cluster. Looks very similar to yours so I expect yours is also adding the cluster to MISP,...
I guess one thing to also note, the type of cluster is fixed to the galaxy you are extending. Galaxy 2.0 doesn't allow you to create a custom galaxy, but...
Certainly worth further discussions with @mokaddem, could be a Galaxy 2.1 update to improve how tags are defined and/or shared. I reckon this has been done intentionally for a few...
Indeed, certainly worth a follow up to see how Galaxy 2.0 could be improved with more helpful tag names. Maybe raise an feature request in the MISP codebase to start...
Currently PyMISP doesn't have the ability to enable this, but it's a very simple fix to make. I'm happy to take a look at this for you, might take me...
@JoeP-oss, I had a bit of time to look into this further and have added this functionality into PyMISP, please refer to the PR above. Once merged and released, you...
Hi @roberto-carlos-leonardo, If memory serves me right, the `publish` function against a MISP event just sets the field to 'True', and doesn't actually update MISP. I also have a sneaky...