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.
This commit is contained in:
Jonas Jensen
2019-03-05 18:05:27 +01:00
parent 926ee7425a
commit 6ef946c2b0

View File

@@ -22,6 +22,7 @@ module IRDataFlow {
import semmle.code.cpp.ir.dataflow.DataFlow2
import semmle.code.cpp.ir.dataflow.DataFlow3
import semmle.code.cpp.ir.dataflow.DataFlow4
import semmle.code.cpp.ir.dataflow.TaintTracking
}
import semmle.code.cpp.valuenumbering.HashCons