Files
codeql/python/ql/test/library-tests/PointsTo/new/PointsToUnknown.ql
Erik Krogh Kristensen ff73dbc35c delete redundant imports
2022-04-22 12:55:28 +02:00

8 lines
255 B
Plaintext

import python
import Util
import semmle.python.pointsto.PointsTo
from ControlFlowNode f, ControlFlowNode x
where PointsTo::pointsTo(f, _, ObjectInternal::unknown(), x)
select locate(f.getLocation(), "abchr"), f.toString(), x.getLocation().getStartLine()