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

8 lines
168 B
Plaintext

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