1 link tagged with all of: security + python + restricted-python
Click any tag below to further narrow down your results
Links
RestrictedPython allows you to run a limited subset of Python code in a controlled environment. It helps execute untrusted code safely but is not a full sandbox. The tool only works with CPython, not with other Python implementations.