Metadata-Version: 1.1
Name: py-find-injection
Version: 0.1.1
Summary: simple python ast consumer which searches for common SQL injection attacks
Home-page: https://github.com/uber/py-find-injection
Author: James Brown
Author-email: jbrown@uber.com
License: MIT (Expat)
Description: py_find_injection
        
        Walks the AST and looks for arguments to cursor.execute or session.execute; then
        determines whether string interpolation, concatenation or the .format() call is used
        on those arguments. Not at all comprehensive, but better than nothing.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Security
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
