File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ private import PEP249
1717 * - https://mysqlclient.readthedocs.io/index.html
1818 * - https://pypi.org/project/MySQL-python/
1919 */
20- module MySQLdb {
20+ private module MySQLdb {
2121 // ---------------------------------------------------------------------------
2222 // MySQLdb
2323 // ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ private import PEP249
1717 * - https://dev.mysql.com/doc/connector-python/en/
1818 * - https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
1919 */
20- module MysqlConnectorPython {
20+ private module MysqlConnectorPython {
2121 // ---------------------------------------------------------------------------
2222 // mysql
2323 // ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ private import PEP249
1717 * - https://www.psycopg.org/docs/
1818 * - https://pypi.org/project/psycopg2/
1919 */
20- module Psycopg2 {
20+ private module Psycopg2 {
2121 // ---------------------------------------------------------------------------
2222 // Psycopg
2323 // ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments