mirror of
https://github.com/github/codeql.git
synced 2026-05-20 06:07:07 +02:00
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import swift
|
|
import FlowConfig
|
|
import TestFlow::PathGraph
|
|
|
|
from TestFlow::PathNode src, TestFlow::PathNode sink
|
|
where TestFlow::flowPath(src, sink)
|
|
select sink, src, sink, "result"
|