mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Due to the split between `src/` and `lib/`, I was not really able to do the next step without having moved the SQLAlchemy modeling over to be in `lib/` as well.
285 B
285 B
lgtm,codescanning
- Added modeling of SQL execution in the
SQLAlchemyPyPI package, resulting in additional sinks for the SQL Injection query (py/sql-injection). This modeling was originally submitted as a contribution by @mrthankyou.