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

How To Properly And Securely Handle Cookies And Sessions In Python's Flask?

In application I am writing at the moment I've been saving in users browser a cookie that had s… Read more How To Properly And Securely Handle Cookies And Sessions In Python's Flask?

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

Parsing Ssl Traffic In .pcap File Using Python

I have a bunch of tcp dumps, which contain SSL traffic. I'm also provided with the RSA private … Read more Parsing Ssl Traffic In .pcap File Using Python

How Safe Is Expression Evaluation Using Eval?

I am building a website where I have a need that user should be able to evaluate some expression ba… Read more How Safe Is Expression Evaluation Using Eval?

Pywin32-220 Installer "high Risk" File

When I try to install pywin32-220 it will be stopped by Norton saying that it's threat name … Read more Pywin32-220 Installer "high Risk" File

Python: Securing Untrusted Scripts/subprocess With Chroot And Chjail?

I'm writing a web server based on Python which should be able to execute 'plugins' so t… Read more Python: Securing Untrusted Scripts/subprocess With Chroot And Chjail?