OpenTAXII icon indicating copy to clipboard operation
OpenTAXII copied to clipboard

Fix for “Object of type UUID is not JSON serializable” exception for TAXII2

Open andrewbeard opened this issue 3 years ago • 0 comments

Multiple taxii2 endpoints (pretty much anything that prints an id) cause an exception when trying to convert an object that contains UUID to json. This is a minimal fix that handles the UUID encoding by converting to a string first on json conversion.

andrewbeard avatar Jan 11 '23 15:01 andrewbeard