File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ private import semmle.python.frameworks.Aiohttp
9
9
private import semmle.python.frameworks.Aiomysql
10
10
private import semmle.python.frameworks.Aiopg
11
11
private import semmle.python.frameworks.Asyncpg
12
+ private import semmle.python.frameworks.Builtins
12
13
private import semmle.python.frameworks.ClickhouseDriver
13
14
private import semmle.python.frameworks.Cryptodome
14
15
private import semmle.python.frameworks.Cryptography
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private import internal.DataFlowPrivate
8
8
9
9
// import all instances below
10
10
private module Summaries {
11
- // private import TestSummaries
11
+ private import semmle.python.Frameworks
12
12
}
13
13
14
14
class SummaryComponent = Impl:: Public:: SummaryComponent ;
You can’t perform that action at this time.
0 commit comments