mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
As discussed in a meeting today, this will end up presenting an query suite that's easier to use for customers. Since https://github.com/github/codeql/pull/6589 has JUST been merged, if we get this change in fast enough, no end-user will ever have run `py/sqlalchemy-textclause-injection` as part of LGTM.com or Code Scanning.
210 B
210 B
lgtm,codescanning
- Expanded the query SQL query built from user-controlled sources (
py/sql-injection) to alert if user-input is added to a TextClause from SQLAlchemy, since that can lead to SQL injection.