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

Setup Of Flask App Directory And Permissions?

I have built a simple flask app on ubuntu server and have placed the code in the following director… Read more Setup Of Flask App Directory And Permissions?

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

Python - Cannot Install Requests[security]: Operation Not Permitted

When I try to run sudo pip2 install requests[security] I get this error: MacBook-Pro-di-France… Read more Python - Cannot Install Requests[security]: Operation Not Permitted