Skip to content Skip to sidebar Skip to footer
Showing posts with the label Security

Making User-made HTML Templates Safe

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

Understanding Python Pickle Insecurity

It states in the Python documentation that pickle is not secure and shouldn't parse untrusted u… Read more Understanding Python Pickle Insecurity