mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python: support for with-definitions
This commit is contained in:
@@ -4,7 +4,6 @@ from
|
||||
DataFlow::Node source,
|
||||
DataFlow::Node sink
|
||||
where
|
||||
// source != sink and
|
||||
exists(TestConfiguration cfg | cfg.hasFlow(source, sink))
|
||||
select
|
||||
source, sink
|
||||
|
||||
Reference in New Issue
Block a user