mirror of
https://github.com/github/codeql.git
synced 2026-03-22 07:26:45 +01:00
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
|
|
import python
|
|
import semmle.python.types.Version
|
|
|
|
from OsGuard og, Location l
|
|
where l = og.getLastNode().getLocation() and
|
|
l.getFile().getName().matches("%test.py")
|
|
select l.getStartLine(), og.toString(), og.getOs() |