COSSAS / SOARCA

SOARCA - The Open Source CACAO-based Security Orchestrator!
https://cossas.github.io/SOARCA/
Apache License 2.0
54 stars 10 forks source link

Improve playbook execution speed by embedding the json schema's #157

Closed MaartendeKruijf closed 2 months ago

MaartendeKruijf commented 4 months ago

Is your feature request related to a problem? Please describe. The execution speed is heavily impacted by the download of the JSON schema's during execution.

Describe the solution you'd like An option to fix this is to implement a golang embed schema for the JSON schema's

Describe alternatives you've considered Alternatively one could put the schema into a source file

Additional context https://pkg.go.dev/embed