mirror of
https://github.com/github/codeql.git
synced 2026-03-04 14:46:48 +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
|
|
|