Python: Model os.path.join and add taint-step

This commit is contained in:
Rasmus Wriedt Larsen
2020-09-30 11:42:36 +02:00
parent efa2484718
commit 0542c3b91e
3 changed files with 51 additions and 2 deletions

View File

@@ -139,7 +139,7 @@
| test_string.py:149 | fail | binary_decode_encode | quopri.decodestring(..) |
| test_string.py:158 | ok | test_os_path_join | os.path.join(..) |
| test_string.py:159 | ok | test_os_path_join | os.path.join(..) |
| test_string.py:160 | fail | test_os_path_join | os.path.join(..) |
| test_string.py:160 | ok | test_os_path_join | os.path.join(..) |
| test_unpacking.py:16 | ok | unpacking | a |
| test_unpacking.py:16 | ok | unpacking | b |
| test_unpacking.py:16 | ok | unpacking | c |