mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
/**
|
|
* DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow` instead.
|
|
*
|
|
* Provides C++-specific definitions for use in the taint tracking library.
|
|
*/
|
|
|
|
private import semmle.code.cpp.Location
|
|
private import codeql.dataflow.TaintTracking
|
|
private import DataFlowImplSpecific
|
|
|
|
module CppOldTaintTracking implements InputSig<Location, CppOldDataFlow> {
|
|
import TaintTrackingUtil
|
|
}
|