Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/ql/src/semmle/python/frameworks/MySQLdb.qll
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249

/**
* Provides models for the `MySQLdb` PyPI package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249

/**
* Provides models for the `mysql-connector-python` package.
Expand Down
2 changes: 1 addition & 1 deletion python/ql/src/semmle/python/frameworks/Psycopg2.qll
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249

/**
* Provides models for the `psycopg2` PyPI package.
Expand Down
2 changes: 1 addition & 1 deletion python/ql/src/semmle/python/frameworks/PyMySQL.qll
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249

/**
* Provides models for the `PyMySQL` PyPI package.
Expand Down
2 changes: 1 addition & 1 deletion python/ql/src/semmle/python/frameworks/Stdlib.qll
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ private import semmle.python.dataflow.new.TaintTracking
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249

/** Provides models for the Python standard library. */
private module Stdlib {
Expand Down