In this blog post I will describe how to secure your Flask application. XSS Cross Site Scripting or XSS is an attack that tries to have your website or application load a malicious script in the browser. This script can try access user’s credentials data, get cookie information, modify settings, download bits, etc.. One way … Continue reading Flask Series: Security
↧