mirror of
https://github.com/github/codeql.git
synced 2026-06-13 00:41:07 +02:00
11 lines
247 B
Plaintext
Executable File
11 lines
247 B
Plaintext
Executable File
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) taint-tracking analyses.
|
|
*/
|
|
|
|
import csharp
|
|
|
|
module TaintTracking3 {
|
|
import semmle.code.csharp.dataflow.internal.tainttracking3.TaintTrackingImpl
|
|
}
|