From 9daed8acc18f85aff1d2a7752b270b7e49c0fde5 Mon Sep 17 00:00:00 2001 From: atlas Date: Fri, 26 Jun 2026 00:23:02 +0200 Subject: [PATCH] docs(security): restore the State-file endpoint heading The trust-model insert accidentally consumed the '## State-file endpoint security model' heading, leaving that section floating under the new one. Re-add the heading and collapse the extra blank lines (argus review). --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index dd5c999b..350fa7e9 100644 --- a/docs/security.md +++ b/docs/security.md @@ -84,7 +84,7 @@ into an agent's config, that agent has exactly that reach, with no hyperhive layer narrowing it. Scope external tokens tightly at the source (the external provider) before handing them over. - +## State-file endpoint security model `GET /api/state-file?path=

` serves files from agent state dirs and the shared space to authenticated dashboard users (browser, operator).