Files
codeql/python/ql/test/experimental/dataflow/tainttracking/string/TestTaint.expected
2020-08-24 13:58:42 +02:00

46 lines
2.3 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:40 | ok | str_methods | ts.capitalize() |
| test.py:41 | ok | str_methods | ts.casefold() |
| test.py:42 | ok | str_methods | ts.center(..) |
| test.py:43 | ok | str_methods | ts.expandtabs() |
| test.py:45 | ok | str_methods | ts.format() |
| test.py:46 | ok | str_methods | "{}".format(..) |
| test.py:47 | ok | str_methods | "{unsafe}".format(..) |
| test.py:49 | ok | str_methods | ts.format_map(..) |
| test.py:50 | fail | str_methods | "{unsafe}".format_map(..) |
| test.py:52 | ok | str_methods | ts.join(..) |
| test.py:53 | fail | str_methods | "".join(..) |
| test.py:55 | ok | str_methods | ts.ljust(..) |
| test.py:56 | ok | str_methods | ts.lstrip() |
| test.py:57 | ok | str_methods | ts.lower() |
| test.py:59 | ok | str_methods | ts.replace(..) |
| test.py:60 | ok | str_methods | "safe".replace(..) |
| test.py:62 | ok | str_methods | ts.rjust(..) |
| test.py:63 | ok | str_methods | ts.rstrip() |
| test.py:64 | ok | str_methods | ts.strip() |
| test.py:65 | ok | str_methods | ts.swapcase() |
| test.py:66 | ok | str_methods | ts.title() |
| test.py:67 | ok | str_methods | ts.upper() |
| test.py:68 | ok | str_methods | ts.zfill(..) |
| test.py:70 | ok | str_methods | ts.encode(..) |
| test.py:71 | ok | str_methods | ts.encode(..).decode(..) |
| test.py:73 | ok | str_methods | tb.decode(..) |
| test.py:74 | ok | str_methods | tb.decode(..).encode(..) |
| test.py:77 | ok | str_methods | ts.partition(..) |
| test.py:78 | ok | str_methods | ts.rpartition(..) |
| test.py:79 | ok | str_methods | ts.rsplit(..) |
| test.py:80 | ok | str_methods | ts.split(..) |
| test.py:81 | ok | str_methods | ts.splitlines() |
| test.py:86 | ok | str_methods | "safe".replace(..) |
| test.py:88 | fail | str_methods | ts.join(..) |
| test.py:89 | fail | str_methods | ts.join(..) |
| test.py:99 | fail | non_syntactic | meth() |
| test.py:100 | fail | non_syntactic | _str(..) |