Skip to content

Commit 9a9476c

Browse files
committed
C++: Use IR for security.TaintTracking and GVN
1 parent 867581d commit 9a9476c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/security/TaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Support for tracking tainted data through the program.
33
*/
44

5-
import TaintTrackingImpl
5+
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import GlobalValueNumberingImpl
1+
import semmle.code.cpp.ir.internal.ASTValueNumbering

0 commit comments

Comments
 (0)