You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to use NativeEnvironment since we are templating JSONs using Jinja, at the same time the templates are from untrusted sources so we need to sandbox them.
It seems to us it might be as simple as something in the vein of
We need to use NativeEnvironment since we are templating JSONs using Jinja, at the same time the templates are from untrusted sources so we need to sandbox them.
It seems to us it might be as simple as something in the vein of
but we aren't sure if we aren't missing something?
We'll be happy to contribute a PR as a followup.
The text was updated successfully, but these errors were encountered: