Sandboxing Python with Win32 App Isolation
Written By
published
March 6, 2024
Sandboxing Python can be very useful for developers but has been challenging due to the flexibility of CPython implementation. It is particularly useful in many scenarios to have sandboxed Python. For example, on any website that needs to execute arbitrary code from users, like coding practice sites or online interpreters. It could also be useful to help prevent increasing attacks on LLMs (Large Language Models).
Win32 App Isolation (https://github.com/microso...
Read more at blogs.windows.com