Files
codeql/python/ql/test/experimental/dataflow/basic/callGraphSinks.ql
Rasmus Wriedt Larsen 4dd3ea3798 Python: Update tests to new dataflow lib
Avoids some deprecation warnings :)
2023-12-04 12:36:57 +01:00

8 lines
182 B
Plaintext

import experimental.dataflow.callGraphConfig
from DataFlow::Node sink
where
CallGraphConfig::isSink(sink) and
exists(sink.getLocation().getFile().getRelativePath())
select sink