mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
import allFlowsConfig
|
|
|
|
from DataFlow::Node sink
|
|
where
|
|
exists(AllFlowsConfig cfg | cfg.isSink(sink)) and
|
|
exists(sink.getLocation().getFile().getRelativePath())
|
|
select sink
|