Skip to content

Commit 6ef946c

Browse files
committed
C++: Make IR TaintTracking available on LGTM
Because this new library is not used in a default query, it needs to be imported here in order to be available in the LGTM query console.
1 parent 926ee74 commit 6ef946c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/filters/ImportAdditionalLibraries.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module IRDataFlow {
2222
import semmle.code.cpp.ir.dataflow.DataFlow2
2323
import semmle.code.cpp.ir.dataflow.DataFlow3
2424
import semmle.code.cpp.ir.dataflow.DataFlow4
25+
import semmle.code.cpp.ir.dataflow.TaintTracking
2526
}
2627

2728
import semmle.code.cpp.valuenumbering.HashCons

0 commit comments

Comments
 (0)