mirror of
https://github.com/github/codeql.git
synced 2026-05-20 06:07:07 +02:00
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
import utils.test.InlineFlowTest
|
|
import FlowConfig
|
|
|
|
string customTaintFlowTag() { result = "flow" }
|
|
|
|
import FlowTest<DefaultFlowConfig, NoFlowConfig, customTaintFlowTag/0, defaultTaintFlowTag/0>
|