py-look-for-timeouts

ple python ast consumer which searches for missing timeouts


License
MIT
Install
pip install py-look-for-timeouts==0.3

Documentation

Build Status

py_look_for_timeouts looks for network calls without timeouts on them, using various heuristics. It knows and cares about urllib, httplib, twilio, and requests calls.

For a similar program which looks for SQL injection vulnerabilities, look at py-find-injection