mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Move dataflow tests out of experimental
This commit is contained in:
7
python/ql/test/library-tests/dataflow/basic/sinks.ql
Normal file
7
python/ql/test/library-tests/dataflow/basic/sinks.ql
Normal file
@@ -0,0 +1,7 @@
|
||||
import allFlowsConfig
|
||||
|
||||
from DataFlow::Node sink
|
||||
where
|
||||
AllFlowsConfig::isSink(sink) and
|
||||
exists(sink.getLocation().getFile().getRelativePath())
|
||||
select sink
|
||||
Reference in New Issue
Block a user