You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think there is a way to escape the string so the tag is removed instead of being converted to an int. @iglocska@mokaddem@righel if you have an idea?
If you tag an event with a numeric tag name (let's say the string '1'), then it's impossible to
misp.untag(...)
it again from an event.See line:
It's probably connected to the way the
data
is processed in MISP and not really a PyMISP issue. Maybe there is a work-around in PyMISP (?)And indeed, in MISP the bug is here:
https://github.com/MISP/MISP/blob/c3221af12e664daf501afeef0a658fb11e018f58/app/Controller/TagsController.php#L876
The text was updated successfully, but these errors were encountered: