mirror of
https://github.com/github/codeql.git
synced 2026-04-15 12:04:07 +02:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
import allFlowsConfig
|
|
|
|
from DataFlow::Node sink
|
|
where exists(AllFlowsConfig cfg | cfg.isSink(sink))
|
|
select sink |