-
-
Notifications
You must be signed in to change notification settings - Fork 774
Open
Description
Verify that the application protects against template injection attacks by not
allowing templates to be built based on untrusted input. Where there is no
alternative, any untrusted input being included dynamically during template
creation must be sanitized or strictly validated.
"built"
What does "built" mean? Many frameworks, templates are dynamic by nature.
"sanitized" or "validated"
Difficult to understand-- What is important and how -- is missing?
I think the sanitization should not be the primary defense in template engines, this is not same as HTML sanitization as far as I know and the requrement doesn't mention the insecure template engines.
Metadata
Metadata
Assignees
Labels
No labels