Files
codeql/python/ql/test/experimental/dataflow/tainttracking/string/TestTaint.expected
2020-08-24 14:17:59 +02:00

50 lines
2.5 KiB
Plaintext

| test.py:24 | ok | str_operations | ts |
| test.py:25 | ok | str_operations | BinaryExpr |
| test.py:26 | ok | str_operations | BinaryExpr |
| test.py:27 | ok | str_operations | ts[Slice] |
| test.py:28 | ok | str_operations | ts[Slice] |
| test.py:29 | ok | str_operations | ts[Slice] |
| test.py:30 | ok | str_operations | ts[0] |
| test.py:31 | ok | str_operations | str(..) |
| test.py:32 | ok | str_operations | bytes(..) |
| test.py:41 | ok | str_methods | ts.capitalize() |
| test.py:42 | ok | str_methods | ts.casefold() |
| test.py:43 | ok | str_methods | ts.center(..) |
| test.py:44 | ok | str_methods | ts.expandtabs() |
| test.py:46 | ok | str_methods | ts.format() |
| test.py:47 | ok | str_methods | "{}".format(..) |
| test.py:48 | ok | str_methods | "{unsafe}".format(..) |
| test.py:50 | ok | str_methods | ts.format_map(..) |
| test.py:51 | fail | str_methods | "{unsafe}".format_map(..) |
| test.py:53 | ok | str_methods | ts.join(..) |
| test.py:54 | fail | str_methods | "".join(..) |
| test.py:56 | ok | str_methods | ts.ljust(..) |
| test.py:57 | ok | str_methods | ts.lstrip() |
| test.py:58 | ok | str_methods | ts.lower() |
| test.py:60 | ok | str_methods | ts.replace(..) |
| test.py:61 | ok | str_methods | "safe".replace(..) |
| test.py:63 | ok | str_methods | ts.rjust(..) |
| test.py:64 | ok | str_methods | ts.rstrip() |
| test.py:65 | ok | str_methods | ts.strip() |
| test.py:66 | ok | str_methods | ts.swapcase() |
| test.py:67 | ok | str_methods | ts.title() |
| test.py:68 | ok | str_methods | ts.upper() |
| test.py:69 | ok | str_methods | ts.zfill(..) |
| test.py:71 | ok | str_methods | ts.encode(..) |
| test.py:72 | ok | str_methods | ts.encode(..).decode(..) |
| test.py:74 | ok | str_methods | tb.decode(..) |
| test.py:75 | ok | str_methods | tb.decode(..).encode(..) |
| test.py:78 | ok | str_methods | ts.partition(..) |
| test.py:79 | ok | str_methods | ts.rpartition(..) |
| test.py:80 | ok | str_methods | ts.rsplit(..) |
| test.py:81 | ok | str_methods | ts.split(..) |
| test.py:82 | ok | str_methods | ts.splitlines() |
| test.py:87 | ok | str_methods | "safe".replace(..) |
| test.py:89 | fail | str_methods | ts.join(..) |
| test.py:90 | fail | str_methods | ts.join(..) |
| test.py:100 | fail | non_syntactic | meth() |
| test.py:101 | fail | non_syntactic | _str(..) |
| test.py:110 | ok | percent_fmt | BinaryExpr |
| test.py:111 | ok | percent_fmt | BinaryExpr |
| test.py:112 | fail | percent_fmt | BinaryExpr |