Files
codeql/python/ql/test/library-tests/PointsTo/new/SsaUses.ql
2018-11-19 15:15:54 +00:00

10 lines
251 B
Plaintext

import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
import Util
from EssaVariable var, ControlFlowNode use
where use = var.getAUse()
select locate(use.getLocation(), "abdeghjks_"), var.getRepresentation(), use.toString()