mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
/**
|
|
* Provides Java-specific definitions for use in the taint tracking library.
|
|
*/
|
|
|
|
private import codeql.dataflow.TaintTracking
|
|
private import DataFlowImplSpecific
|
|
|
|
module JavaTaintTracking implements InputSig<JavaDataFlow> {
|
|
import TaintTrackingUtil
|
|
}
|