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
|**Runtimes**| Bun (default), Node, Deno, QuickJS |
55
55
|**Base Images**| Alpine (minimal) |
56
56
|**Platforms**| Linux x64/ARM64, macOS x64/ARM64 |
57
57
|**Dependencies**| Docker only |
58
58
59
+
Note: Bun is the default runtime. Other runtimes are supported but increase the security attack surface; use them only when required and review service code and dependencies carefully.
Security note: Bun is the default runtime. Using other runtimes increases the attack surface; only use them when required and keep runtime versions pinned.
@@ -83,13 +86,15 @@ Each service runs in its own Docker container with:
83
86
- Environment variable injection
84
87
- Metrics emission via entrypoint wrapper
85
88
89
+
Security note: Bun is the default runtime. Supporting additional runtimes increases the attack surface, so use them only when required and keep versions pinned.
90
+
86
91
## Runtime Registry
87
92
88
93
The runtime registry (`packages/core/src/runtime/runtime-registry.ts`) provides:
0 commit comments