Files
codeql/python/ql/test/experimental/dataflow/basic/callGraphSinks.ql
2023-05-16 14:38:51 +02:00

8 lines
199 B
Plaintext

import experimental.dataflow.callGraphConfig
from DataFlow::Node sink
where
exists(CallGraphConfig cfg | cfg.isSink(sink)) and
exists(sink.getLocation().getFile().getRelativePath())
select sink