mirror of
https://github.com/github/codeql.git
synced 2026-03-31 04:38:18 +02:00
244 B
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.