Skip to content

Commit 9c202f5

Browse files
authored
Merge pull request github#12324 from jketema/taint-fix
C++: Use correct DataFlow import in new TaintTracking.qll
2 parents d90d895 + b4f6d51 commit 9c202f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/new/TaintTracking.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* `TaintTracking::localTaintStep` with arguments of type `DataFlow::Node`.
1616
*/
1717

18-
import semmle.code.cpp.ir.dataflow.DataFlow
19-
import semmle.code.cpp.ir.dataflow.DataFlow2
18+
import semmle.code.cpp.dataflow.new.DataFlow
19+
import semmle.code.cpp.dataflow.new.DataFlow2
2020

2121
/**
2222
* Provides classes for performing local (intra-procedural) and

0 commit comments

Comments
 (0)