Skip to content

Commit 7c0b064

Browse files
committed
Python: Add imports to make code compile
1 parent b6bd782 commit 7c0b064

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/ql/src/Security/CWE-327/FluentApiModel.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
private import python
2+
private import semmle.python.dataflow.new.DataFlow
23
import TlsLibraryModel
34

45
/**

python/ql/src/Security/CWE-327/InsecureProtocol.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111

1212
import python
13+
import semmle.python.dataflow.new.DataFlow
1314
import FluentApiModel
1415

1516
// Helper for pretty printer `configName`.

0 commit comments

Comments
 (0)