mirror of
https://github.com/github/codeql.git
synced 2026-04-02 13:48:20 +02:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
|
import python
|
|
import semmle.python.objects.Modules
|
|
|
|
from Value val, ControlFlowNode f
|
|
where f.pointsTo(val)
|
|
select f, val
|
|
|