Jinja2: safe from XSS/SSTI if using select_autoescape and context dictionary?
In a FlaskRestX API for an e-commerce site, I use jinja2 to generate a HTML template (to create a PDF purchase receipt). After reading the docs, and asking various AI models, I am still not convinced that my code is safe from XSS (Cross-Si… Continue reading Jinja2: safe from XSS/SSTI if using select_autoescape and context dictionary?