mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
import python
|
|
import Config
|
|
|
|
from TestConfiguration config, ControlFlowNode src, ControlFlowNode sink
|
|
where config.hasFlow(src, sink)
|
|
select src, sink
|