File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
docs/codeql/support/reusables
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ Python built-in support
171
171
mysql-connector-python, Database
172
172
mysql-connector, Database
173
173
MySQL-python, Database
174
+ mysqlclient, Database
174
175
psycopg2, Database
175
176
sqlite3, Database
176
177
cryptography, Cryptography library
Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides classes modeling security-relevant aspects of the `MySQL-python` PyPI package
3
- * (imported as `MySQLdb`).
2
+ * Provides classes modeling security-relevant aspects of the `MySQL-python` and `mysqlclient` PyPI packages
3
+ * (both imported as `MySQLdb`) -- the `mysqlclient` package is a fork of `MySQL-python` .
4
4
*
5
5
* See
6
6
* - https://mysqlclient.readthedocs.io/index.html
@@ -15,10 +15,13 @@ private import semmle.python.ApiGraphs
15
15
private import semmle.python.frameworks.PEP249
16
16
17
17
/**
18
- * Provides models for the `MySQL-python` PyPI package (imported as `MySQLdb`).
18
+ * Provides models for the `MySQL-python` and `mysqlclient` PyPI packages
19
+ * (both imported as `MySQLdb`) -- the `mysqlclient` package is a fork of `MySQL-python`.
20
+ *
19
21
* See
20
22
* - https://mysqlclient.readthedocs.io/index.html
21
23
* - https://pypi.org/project/MySQL-python/
24
+ * - https://pypi.org/project/mysqlclient/
22
25
*/
23
26
private module MySQLdb {
24
27
// ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments