mirror of
https://github.com/github/codeql.git
synced 2026-02-28 04:43:42 +01:00
11 lines
628 B
Plaintext
11 lines
628 B
Plaintext
| test.py:26 | ok | str_methods | ts.casefold() |
|
|
| test.py:28 | ok | str_methods | ts.format_map(..) |
|
|
| test.py:29 | fail | str_methods | "{unsafe}".format_map(..) |
|
|
| test.py:40 | fail | binary_decode_encode | base64.a85encode(..) |
|
|
| test.py:41 | fail | binary_decode_encode | base64.a85decode(..) |
|
|
| test.py:44 | fail | binary_decode_encode | base64.b85encode(..) |
|
|
| test.py:45 | fail | binary_decode_encode | base64.b85decode(..) |
|
|
| test.py:48 | fail | binary_decode_encode | base64.encodebytes(..) |
|
|
| test.py:49 | fail | binary_decode_encode | base64.decodebytes(..) |
|
|
| test.py:57 | ok | f_strings | Fstring |
|