Files
codeql/python/change-notes/2021-09-02-add-SQLAlchemyTextClauseInjection-query.md
Rasmus Wriedt Larsen c34d6d1162 Python: Add query to handle SQLAlchemy TextClause Injection
instead of doing this via taint-steps. See description in code/tests.
2021-09-02 10:19:57 +02:00

244 B

lgtm,codescanning

  • Introduced a new query SQLAlchemy TextClause built from user-controlled sources (py/sqlalchemy-textclause-injection) to alert if user-input is added to a TextClause from SQLAlchemy, since that can lead to SQL injection.