mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
11 lines
246 B
Plaintext
Executable File
11 lines
246 B
Plaintext
Executable File
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) taint-tracking analyses.
|
|
*/
|
|
|
|
import csharp
|
|
|
|
module TaintTracking {
|
|
import semmle.code.csharp.dataflow.internal.tainttracking1.TaintTrackingImpl
|
|
}
|