Files
codeql/python/ql/test/experimental
thank_you 3ace49549a Add tests for SqlAlchemy modeling library
After researching SqlAlchemy and it's various query methods, I discovered several types of SQL injection possibilities.

The SQLExecution.py file contains these examples and can be broken up into two types of injections. Injections requiring the text() taint-step and injections NOT requiring the text() taint step.
2021-05-10 16:12:15 -04:00
..
2020-07-24 00:57:19 +05:30

This directory contains tests for experimental CodeQL queries and libraries.