You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/architecture/security/+page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
OpenWorkers executes JavaScript in V8 isolates with resource isolation. This document details the sandboxing architecture.
4
4
5
-
> **Note:**This provides resource isolation (CPU, memory, network) between workers. For running truly untrusted third-party code in a multi-tenant environment, consider adding an extra layer (container, VM) around the runtime.
5
+
> **Note:**OpenWorkers is designed for running your own code on your own infrastructure – not for multi-tenant SaaS with untrusted third-party code. Cloudflare has dedicated security teams, 24h V8 patches, and years of hardening. If you need that level of security, use Cloudflare Workers. If you need to run untrusted code, add an extra layer (container, VM) around the runtime.
0 commit comments