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

8 lines
185 B
Plaintext

import allFlowsConfig
from DataFlow::Node source
where
exists(AllFlowsConfig cfg | cfg.isSource(source)) and
exists(source.getLocation().getFile().getRelativePath())
select source