Python: Mention modeling of mysqlclient PyPI package

Just for completeness in terms of what we claim support for.
This commit is contained in:
Rasmus Wriedt Larsen
2021-06-21 15:20:08 +02:00
parent baf8d0a990
commit a7170bedb6
2 changed files with 7 additions and 3 deletions

View File

@@ -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 {
// ---------------------------------------------------------------------------