mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Python: QL doc for MySQLdb
This commit is contained in:
@@ -32,6 +32,7 @@ module MySQLdb {
|
||||
/** Gets a reference to the `MySQLdb` module. */
|
||||
DataFlow::Node moduleMySQLdb() { result = moduleMySQLdb(DataFlow::TypeTracker::end()) }
|
||||
|
||||
/** MySQLdb implements PEP 249, providing ways to execute SQL statments against a database. */
|
||||
class MySQLdb extends PEP249Module {
|
||||
MySQLdb() { this = moduleMySQLdb() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user