Files
codeql/python/ql/test/experimental/dataflow/basic/sources.ql
Rasmus Wriedt Larsen c952f6a648 Python: Update rest of tests to new dataflow lib
I had missed these originally, since I had just fixed the ones that were
highlighted in the actions logs, thinking they had covered everything :(
2023-12-04 14:49:40 +01:00

8 lines
168 B
Plaintext

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