Error Handling Security

Decide what an error tells the client and what stays server-side: no stack traces, SQL, or paths in responses, no silent suppression, and no distinction between outcomes that would reveal protected state. Use when generating HTTP, GraphQL, or RPC error handlers, exception, panic, or rescue blocks, or configuring production error pages.

ShieldNet-360 abccb73 5 files · 17.7 KB Updated

File contents

ShieldNet-360/secure-vibe/tree/main/skills/error-handling-security commit abccb7348e

Frequently asked questions

npx skillmds@latest add shieldnet-360/error-handling-security