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.
2 parents d90d895 + b4f6d51 commit 9c202f5Copy full SHA for 9c202f5
cpp/ql/lib/semmle/code/cpp/dataflow/new/TaintTracking.qll
@@ -15,8 +15,8 @@
15
* `TaintTracking::localTaintStep` with arguments of type `DataFlow::Node`.
16
*/
17
18
-import semmle.code.cpp.ir.dataflow.DataFlow
19
-import semmle.code.cpp.ir.dataflow.DataFlow2
+import semmle.code.cpp.dataflow.new.DataFlow
+import semmle.code.cpp.dataflow.new.DataFlow2
20
21
/**
22
* Provides classes for performing local (intra-procedural) and
0 commit comments