Python: Promote ClickHouse SQL models

This commit is contained in:
Rasmus Wriedt Larsen
2021-05-25 16:27:23 +02:00
parent eb1da152a0
commit 1b3f857a2f
14 changed files with 9 additions and 6 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).