Closed ckoerber closed 5 years ago
The solution is to use safe_load
instead of load (since we use basic yaml api that's possible). See also https://msg.pyyaml.org/load.
It also turns out the unsafe load
was in the app which used EspressoDB not in EspressoDB itself.
I received the following error message:
The yaml loads should be adjusted to fit the standard.