Template Injection

User input reaching a template compiler rather than its context: the source-versus-values distinction, double-render pipelines, template names chosen by the caller, why a template sandbox is a mitigation and not a boundary, minimizing what the render context exposes, and template-driven resource exhaustion. Use when rendering templates with user-influenced values, when a template string or template name is assembled from input, or when a product lets users author templates.

ShieldNet-360 710bf0d 5 files · 23.0 KB Updated

File contents

ShieldNet-360/secure-vibe/tree/main/skills/template-injection commit 710bf0d2d0

Frequently asked questions

npx skillmds@latest add shieldnet-360/template-injection