Monthly Archives: September 2016

Recent Python Security Improvements

Like all other popular programming languages, Python is constantly adding features and fixing bugs.  Let's take an in-depth look at two recently closed security holes because of the valuable lessons we can learn from them. SMTP.startTLS() No longer Silently Fails due to Missing Responses One example of Python's “batteries included” design is the smtplib module,...
Read more