Jinja SandboxedEnvironment 和 Zope2 受限 Python
Jinja 的 sandbox 和 Zope 2 RestrictedPython 似乎可以解决类似的问题。有没有办法对它们进行分层,即在 Jinja 环境中使用 RestrictedPython 策略?该用例是将 Jinja 模板改造为现有的基于 Zope2 的产品,以取代 ZPT / TAL。
Jinja's sandbox and the Zope 2 RestrictedPython seem to solve similar problems. Is there a way to layer them, i.e. use RestrictedPython policies in a Jinja environment? The use case is retrofitting Jinja templates to an existing Zope2-based product, to replace ZPT / TAL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有。 Jinja 和 Zope 的实现有很大不同,并且不能互操作。
Unfortunately, no. Jinja's and Zope's implementations are highly different, and not interoperable.