Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SandboxedNativeEnvironment #2010

Open
pasky opened this issue Aug 2, 2024 · 0 comments
Open

Support for SandboxedNativeEnvironment #2010

pasky opened this issue Aug 2, 2024 · 0 comments

Comments

@pasky
Copy link

pasky commented Aug 2, 2024

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

class SandboxedNativeEnvironment(SandboxedEnvironment):
    code_generator_class = NativeCodeGenerator
    concat = staticmethod(native_concat)  # type: ignore

but we aren't sure if we aren't missing something?

We'll be happy to contribute a PR as a followup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant