mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Python: Fix queries and tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
|
||||
from SsaVariable var
|
||||
from SsaVariableWithPointsTo var
|
||||
where var.maybeUndefined()
|
||||
select var.getDefinition().getLocation().getStartLine(), var.toString()
|
||||
|
||||
Reference in New Issue
Block a user