Files
codeql/python/ql/test/experimental/dataflow/regression/dataflow.ql
2020-06-25 10:32:10 +02:00

17 lines
377 B
Plaintext

/**
* This should be compared to
* python/ql/test/library-tests/taint/dataflow/Dataflow.ql
* A first goal is to have identical results; after that we
* hope to remove the false positive.
*/
import experimental.dataflow.testConfig
from
DataFlow::Node source,
DataFlow::Node sink
where
exists(TestConfiguration cfg | cfg.hasFlow(source, sink))
select
source, sink