mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
import Util
|
|
|
|
from EssaVariable var, ControlFlowNode use
|
|
where use = var.getAUse() and not var.getSourceVariable() instanceof SpecialSsaSourceVariable
|
|
select locate(use.getLocation(), "abdeghjks_"), var.getRepresentation(), use.toString()
|