Files
codeql/python/ql/test/library-tests/dataflow/basic/sinks.ql
2024-04-23 09:40:44 +02:00

8 lines
158 B
Plaintext

import allFlowsConfig
from DataFlow::Node sink
where
AllFlowsConfig::isSink(sink) and
exists(sink.getLocation().getFile().getRelativePath())
select sink