DEV Community

José Manuel Ortega
José Manuel Ortega

Posted on

Testing python security

https://speakerdeck.com/jmortega/testing-python-security-pyconweb

Python is a language that in a easy way allows to scale up from starter projects to complex applications for data processing and serving dynamic web pages. But as you increase complexity in your applications, it can be easy to introduce potential problems and vulnerabilities.In this talk José Manuel Ortega will talk about the common security problems in Python code, like remote command execution and SQL injections. Of course he'll show to to prevent against these and other types of vulnerabilities.

Top comments (0)