Avoid disabling Jinja autoescape
Jinja2 environments should keep autoescaping enabled for HTML rendering contexts.
#Metadata
#Why it matters
Disabling autoescape can allow untrusted template data to render as executable markup in browser clients.
#Remediation
Keep `autoescape` enabled for HTML templates and isolate trusted non-HTML rendering pipelines explicitly.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/python/py.security.jinja-autoescape-disabled.rule.yaml.