mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user