Python: Add additional taint steps for copy

deepcopy was already handled somehow, don't really know how :D
This commit is contained in:
Rasmus Wriedt Larsen
2020-08-26 19:31:11 +02:00
parent b974dadca1
commit e2a89aa296
2 changed files with 19 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
| collections.py:53 | ok | test_access | reversed(..) |
| collections.py:54 | ok | test_access | iter(..) |
| collections.py:55 | ok | test_access | next(..) |
| collections.py:56 | fail | test_access | copy(..) |
| collections.py:56 | ok | test_access | copy(..) |
| collections.py:57 | ok | test_access | deepcopy(..) |
| collections.py:61 | fail | test_access | a |
| collections.py:61 | fail | test_access | b |