mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Mention modeling of mysqlclient PyPI package
Just for completeness in terms of what we claim support for.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Provides classes modeling security-relevant aspects of the `MySQL-python` PyPI package
|
||||
* (imported as `MySQLdb`).
|
||||
* Provides classes modeling security-relevant aspects of the `MySQL-python` and `mysqlclient` PyPI packages
|
||||
* (both imported as `MySQLdb`) -- the `mysqlclient` package is a fork of `MySQL-python`.
|
||||
*
|
||||
* See
|
||||
* - https://mysqlclient.readthedocs.io/index.html
|
||||
@@ -15,10 +15,13 @@ private import semmle.python.ApiGraphs
|
||||
private import semmle.python.frameworks.PEP249
|
||||
|
||||
/**
|
||||
* Provides models for the `MySQL-python` PyPI package (imported as `MySQLdb`).
|
||||
* Provides models for the `MySQL-python` and `mysqlclient` PyPI packages
|
||||
* (both imported as `MySQLdb`) -- the `mysqlclient` package is a fork of `MySQL-python`.
|
||||
*
|
||||
* See
|
||||
* - https://mysqlclient.readthedocs.io/index.html
|
||||
* - https://pypi.org/project/MySQL-python/
|
||||
* - https://pypi.org/project/mysqlclient/
|
||||
*/
|
||||
private module MySQLdb {
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user