vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
4 stars 2 forks source link

Fix enum serialization #259

Closed Robin5605 closed 1 month ago

Robin5605 commented 1 month ago

The Status enum was being serialized in a format similar to Status.FINISHED, which was bad for consumers as they were expected something like "finished". This hotfix should revert it back to how it was before.