Writing secure code in Python - presented by Yan Orestes

Conference: EuroPython 2022

Year: 2022

EuroPython 2022 - Writing secure code in Python - presented by Yan Orestes [Liffey B on 2022-07-15] Is your Python code secure? This talk will show how some inattentions, mistakes and assumptions that we, as developers, carry in our code can lead to serious vulnerabilities in our applications. All of that, of course, with lots of examples! At the end, the talk will present a simple way to audit Python code in order to facilitate the maintenance of your security with the identification of possible vulnerabilities. - Learn how `eval()`, pickle, and pip are vulnerable to arbitrary code execution - Understand the importance of cryptographically-secure randomness - Learn how to audit your code and keep your programs secure - ... and more!" Licence: https://creativecommons.org/licenses/by-nc-sa/4.0/