mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(security): harden network tool output at canonical owner boundaries (#118984)
* fix(security): bound external tool content at its canonical owner boundary * fix(plugin-sdk): document supported security boundary and restore facade parity
This commit is contained in:
committed by
GitHub
parent
3d65ea2a1b
commit
c83dcc2bc0
@@ -218,7 +218,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
||||
// +1: shared inbound-event delivery correlation factory for channel plugins.
|
||||
// +1: canonical webhook route identity for plugin-owned target registries.
|
||||
// +3: canonical ready, blocked, and stopped channel lifecycle patch factories.
|
||||
4829,
|
||||
// +1: bounded external-content sanitizer for plugin-owned untrusted projections.
|
||||
4830,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
@@ -264,7 +265,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
||||
// +1: shared inbound-event delivery correlation factory for channel plugins.
|
||||
// +1: canonical webhook route identity for plugin-owned target registries.
|
||||
// +3: canonical ready, blocked, and stopped channel lifecycle patch factories.
|
||||
2906,
|
||||
// +1: bounded external-content sanitizer for plugin-owned untrusted projections.
|
||||
2907,
|
||||
env,
|
||||
),
|
||||
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
||||
Reference in New Issue
Block a user