mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01: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 |