We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c554e commit b777384Copy full SHA for b777384
python/ql/src/semmle/python/Customizations.qll
@@ -11,10 +11,10 @@
11
12
import python
13
/* General import that is useful */
14
-// import experimental.dataflow.DataFlow
+// import semmle.python.dataflow.new.DataFlow
15
//
16
/* for extending `TaintTracking::AdditionalTaintStep` */
17
-// import experimental.dataflow.TaintTracking
+// import semmle.python.dataflow.new.TaintTracking
18
19
/* for extending `RemoteFlowSource::Range` */
20
-// import experimental.dataflow.RemoteFlowSources
+// import semmle.python.dataflow.new.RemoteFlowSources
0 commit comments