Safeseq Filter on User Data
The safeseq filter is applied to sequences containing user-controlled data, disabling escaping.
XSS vulnerability in Django templates where the safeseq filter is applied to template variables, marking sequence items as safe and bypassing Django's automatic HTML escaping, allowing untrusted HTML content to be rendered directly into pages.
Configuration changes required - see explanation below.
Configuration changes required - see explanation below.
The safeseq filter is applied to sequences containing user-controlled data, disabling escaping.
Sourcery automatically identifies cross-site scripting (xss) via safeseq disabling autoescape for template variable in django and many other security issues in your codebase.