Skip to content

Commit 90b072e

Browse files
committed
Add note about sandboxing to security implications section
1 parent d6620f7 commit 90b072e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

peps/pep-0776.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,9 @@ Security Implications
769769

770770
Adding a new platform does not add any new security implications.
771771

772+
Emscripten and WASI are also the only supported platforms that offer sandboxing.
773+
If users wish to execute untrusted Python code or untrusted Python extension
774+
modules, Emscripten provides a secure way for them to do that.
772775

773776
How to Teach This
774777
=================

0 commit comments

Comments
 (0)