yeti-platform / yeti

Your Everyday Threat Intelligence
https://yeti-platform.io/
Apache License 2.0
1.76k stars 291 forks source link

Improve schemas loader to handle several classes in same file #1157

Closed udgover closed 1 month ago

udgover commented 1 month ago

This PR improves schemas loader by handling all classes defined in one file. Previous version only handled one class registration. It also implements generic functions to build schemas enums and types mapping.