mirror of
https://github.com/github/codeql.git
synced 2026-05-21 14:47:10 +02:00
11 lines
377 B
Plaintext
11 lines
377 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
|