Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bd782 commit 7c0b064Copy full SHA for 7c0b064
2 files changed
python/ql/src/Security/CWE-327/FluentApiModel.qll
@@ -1,4 +1,5 @@
1
private import python
2
+private import semmle.python.dataflow.new.DataFlow
3
import TlsLibraryModel
4
5
/**
python/ql/src/Security/CWE-327/InsecureProtocol.ql
@@ -10,6 +10,7 @@
10
*/
11
12
import python
13
+import semmle.python.dataflow.new.DataFlow
14
import FluentApiModel
15
16
// Helper for pretty printer `configName`.
0 commit comments