Files
codeql/python/ql/test/library-tests/PointsTo/new/PointsToUnknown.ql
2025-11-26 12:30:31 +00:00

8 lines
246 B
Plaintext

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