Html Markup Python Security Xss Making User-made HTML Templates Safe September 05, 2022 Post a Comment I want to allow users to create tiny templates that I then render in Django with a predefined conte… Read more Making User-made HTML Templates Safe
Namespaces Pickle Python Security Understanding Python Pickle Insecurity July 31, 2022 Post a Comment It states in the Python documentation that pickle is not secure and shouldn't parse untrusted u… Read more Understanding Python Pickle Insecurity