mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01: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.