Skip to content

Commit 5653780

Browse files
committed
Python: remember to import the new framework
I think it should perhaps not be mentioned in `frameworks.rst`
1 parent b2fbbc6 commit 5653780

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/ql/lib/semmle/python/Frameworks.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ private import semmle.python.frameworks.Aiohttp
99
private import semmle.python.frameworks.Aiomysql
1010
private import semmle.python.frameworks.Aiopg
1111
private import semmle.python.frameworks.Asyncpg
12+
private import semmle.python.frameworks.Builtins
1213
private import semmle.python.frameworks.ClickhouseDriver
1314
private import semmle.python.frameworks.Cryptodome
1415
private import semmle.python.frameworks.Cryptography

python/ql/lib/semmle/python/dataflow/new/FlowSummary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private import internal.DataFlowPrivate
88

99
// import all instances below
1010
private module Summaries {
11-
// private import TestSummaries
11+
private import semmle.python.Frameworks
1212
}
1313

1414
class SummaryComponent = Impl::Public::SummaryComponent;

0 commit comments

Comments
 (0)