Files
codeql/python/ql/test/library-tests/PointsTo/new/Dataflow.ql
2019-08-21 14:39:53 +01:00

9 lines
273 B
Plaintext
Executable File

import python
import Util
from EssaVariable v, EssaDefinition def
where def = v.getDefinition() and not v.getSourceVariable() instanceof SpecialSsaSourceVariable
select locate(def.getLocation(), "abdefghijknrs_"), v.getRepresentation() + " = " + def.getRepresentation()