mirror of
https://github.com/github/codeql.git
synced 2026-05-27 17:41:24 +02:00
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
/**
|
|
* Support for tracking tainted data through the program. This is an alias for
|
|
* `semmle.code.cpp.ir.dataflow.DefaultTaintTracking` provided for backwards
|
|
* compatibility.
|
|
*
|
|
* Prefer to use `semmle.code.cpp.dataflow.TaintTracking` or
|
|
* `semmle.code.cpp.ir.dataflow.TaintTracking` when designing new queries.
|
|
*/
|
|
|
|
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking
|