mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01:00
Which we seem to not handle in the current taint tracking :O f-strings needs to be Python 3 only, so enabled that test setup. I really liked the idea for having the version specific tests right next to the normal tests, so you don't have to look in test/experimental/3/dataflow/i/will/forget/to/look/here.
8 lines
456 B
Plaintext
8 lines
456 B
Plaintext
| test.py:28 | fail | binary_decode_encode | base64.a85encode(..) |
|
|
| test.py:29 | fail | binary_decode_encode | base64.a85decode(..) |
|
|
| test.py:32 | fail | binary_decode_encode | base64.b85encode(..) |
|
|
| test.py:33 | fail | binary_decode_encode | base64.b85decode(..) |
|
|
| test.py:36 | fail | binary_decode_encode | base64.encodebytes(..) |
|
|
| test.py:37 | fail | binary_decode_encode | base64.decodebytes(..) |
|
|
| test.py:45 | ok | f_strings | Fstring |
|