Files
codeql/python/ql/test/library-tests/PointsTo/import_star/Values.ql
2020-03-30 11:59:10 +02:00

6 lines
134 B
Plaintext

import python
from ControlFlowNode f, Context ctx, Value v, ControlFlowNode origin
where f.pointsTo(ctx, v, origin)
select f, ctx, v