mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
8 lines
291 B
Plaintext
8 lines
291 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()
|