Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jinja 的沙箱和 Zope 2 RestrictedPython 似乎解决了类似的问题。有没有办法将它们分层,即在 Jinja 环境中使用 RestrictedPython 策略?用例是将 Jinja 模板改造为现有的基于 Zope2 的产品,以替换 ZPT / TAL。
抱歉不行。Jinja 和 Zope 的实现非常不同,并且不能互操作。