From 67a2b187b7017d28a7623c88f031107d3308d11a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 24 Apr 2026 18:42:01 +0100 Subject: [PATCH] docs: fix gateway security accordion --- docs/gateway/security/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/gateway/security/index.md b/docs/gateway/security/index.md index 57776f7d97e..c85f8b94752 100644 --- a/docs/gateway/security/index.md +++ b/docs/gateway/security/index.md @@ -115,8 +115,9 @@ Use this as the quick model when triaging risk: ## Not vulnerabilities by design - These patterns get reported often and are usually closed as no-action unless - a real boundary bypass is demonstrated: + +These patterns get reported often and are usually closed as no-action unless +a real boundary bypass is demonstrated: - Prompt-injection-only chains without a policy, auth, or sandbox bypass. - Claims that assume hostile multi-tenant operation on one shared host or @@ -134,7 +135,8 @@ Use this as the quick model when triaging risk: approvals. - "Missing per-user authorization" findings that treat `sessionKey` as an auth token. - + + ## Hardened baseline in 60 seconds