All Talks

Leveraging the Type System to Write Secure Applications

Application security remains a long-term and high-stakes problem for most projects that interact with external users. Python’s type system is already widely used for readability, refactoring, and bug detection — this talk will demonstrate how types can also be leveraged to make your project systematically more secure. We’ll investigate (1) how static type checkers like Pyre or MyPy can be extended with simple library modifications to catch vulnerable patterns, and (2) how deeper …

You might be interested in: