OpenTAXII
OpenTAXII copied to clipboard
Fix for “Object of type UUID is not JSON serializable” exception for TAXII2
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.