Files
codeql/python/ql/test/2/library-tests/locations/strings/test.ql
2020-03-30 11:59:10 +02:00

6 lines
155 B
Plaintext

import python
from StrConst s, int bl, int bc, int el, int ec
where s.getLocation().hasLocationInfo(_, bl, bc, el, ec)
select bl, bc, el, ec, s.getText()