mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
import python
|
|
import semmle.python.dataflow.new.DataFlow
|
|
|
|
from DataFlow::CfgNode node
|
|
where exists(node.getLocation().getFile().getRelativePath())
|
|
select node.getEnclosingCallable() as enclosingCallable, node
|