mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01: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
|
|
|