Files
codeql/python/ql/test/library-tests/dataflow/basic/callGraphSources.ql

8 lines
190 B
Plaintext

import utils.test.dataflow.callGraphConfig
from DataFlow::Node source
where
CallGraphConfig::isSource(source) and
exists(source.getLocation().getFile().getRelativePath())
select source