Skip to content

Commit 095cf07

Browse files
committed
Update docs
1 parent 38c31af commit 095cf07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/docs/architecture/security

src/routes/docs/architecture/security/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OpenWorkers executes JavaScript in V8 isolates with resource isolation. This document details the sandboxing architecture.
44

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.
66
77
## Quick Summary
88

0 commit comments

Comments
 (0)