10 common security gotchas in Python and how to avoid them
First, read this: 10 common security gotchas in Python and how to avoid them by Anthony Shaw
Of these, most are important, but not specific to Python at all. Only items 3, 4, 7, and 8 are pretty specific to Python. They talk about the assert statement, some timing vulnerabilities …
more ...