Merge pull request #5950 from RasmusWL/promote-clickhouse

Python: Promote ClickHouse SQL models
This commit is contained in:
yoff
2021-06-16 13:38:41 +02:00
committed by GitHub
19 changed files with 204 additions and 241 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added model of SQL execution in `clickhouse-driver` and `aioch` PyPI packages, resulting in additional sinks for the SQL Injection query (`py/sql-injection`). This modeling was originally [submitted as a contribution by @japroc](https://github.com/github/codeql/pull/5889).