Files
codeql/python/ql/test/extractor-tests/unicode_decoding/test.ql
2025-11-26 12:30:31 +00:00

9 lines
163 B
Plaintext

import python
private import LegacyPointsTo
from Object o, string s
where
py_cobjectnames(o, s) and
count(string s1 | py_cobjectnames(o, s1)) > 1
select o, s