mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
/**
|
|
* Provides C#-specific definitions for use in the taint tracking library.
|
|
*/
|
|
|
|
private import codeql.dataflow.TaintTracking
|
|
private import DataFlowImplSpecific
|
|
|
|
module CsharpTaintTracking implements InputSig<CsharpDataFlow> {
|
|
import TaintTrackingPrivate
|
|
}
|