eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
185 stars 88 forks source link

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

Open andrewbeard opened 1 year ago

andrewbeard commented 1 year ago

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.