Files
codeql/python/ql/test/library-tests/dataflow/basic/callGraphSinks.ql
2024-04-23 09:42:35 +02:00

8 lines
183 B
Plaintext

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