Files
codeql/python/ql/test/extractor-tests/string_concatenation/StrConst.ql
Taus 1c68c987b0 Python: Change all remaining occurrences of StrConst
Done using
```
git grep StrConst | xargs sed -i 's/StrConst/StringLiteral/g'
```
2024-04-22 12:00:09 +00:00

4 lines
61 B
Plaintext

import python
select any(StringLiteral s) as s, s.getText()