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
171171 mysql-connector-python, Database
172172 mysql-connector, Database
173173 MySQL-python, Database
174+ mysqlclient, Database
174175 psycopg2, Database
175176 sqlite3, Database
176177 cryptography, Cryptography library
Original file line number Diff line number Diff line change 11/**
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` .
44 *
55 * See
66 * - https://mysqlclient.readthedocs.io/index.html
@@ -15,10 +15,13 @@ private import semmle.python.ApiGraphs
1515private import semmle.python.frameworks.PEP249
1616
1717/**
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+ *
1921 * See
2022 * - https://mysqlclient.readthedocs.io/index.html
2123 * - https://pypi.org/project/MySQL-python/
24+ * - https://pypi.org/project/mysqlclient/
2225 */
2326private module MySQLdb {
2427 // ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments