mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
/**
|
|
* Provides C++-specific definitions for use in the taint tracking library.
|
|
*/
|
|
|
|
private import codeql.dataflow.TaintTracking
|
|
private import DataFlowImplSpecific
|
|
|
|
module CppOldTaintTracking implements InputSig<CppOldDataFlow> {
|
|
import TaintTrackingUtil
|
|
}
|