mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
Python: Add additional taint steps for for-iteration
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
| unpacking.py:18 | fail | extended_unpacking | last |
|
||||
| unpacking.py:18 | fail | extended_unpacking | rest |
|
||||
| unpacking.py:23 | fail | also_allowed | a |
|
||||
| unpacking.py:31 | fail | also_allowed | b |
|
||||
| unpacking.py:31 | fail | also_allowed | c |
|
||||
| unpacking.py:31 | ok | also_allowed | b |
|
||||
| unpacking.py:31 | ok | also_allowed | c |
|
||||
| unpacking.py:39 | fail | nested | x |
|
||||
| unpacking.py:39 | fail | nested | xs |
|
||||
| unpacking.py:39 | fail | nested | ys |
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
| collections.py:61 | fail | test_access | a |
|
||||
| collections.py:61 | fail | test_access | b |
|
||||
| collections.py:61 | fail | test_access | c |
|
||||
| collections.py:64 | fail | test_access | h |
|
||||
| collections.py:66 | fail | test_access | i |
|
||||
| collections.py:64 | ok | test_access | h |
|
||||
| collections.py:66 | ok | test_access | i |
|
||||
| collections.py:73 | ok | test_dict_access | tainted_dict["name"] |
|
||||
| collections.py:74 | ok | test_dict_access | tainted_dict.get(..) |
|
||||
| collections.py:75 | ok | test_dict_access | tainted_dict[x] |
|
||||
| collections.py:76 | ok | test_dict_access | tainted_dict.copy() |
|
||||
| collections.py:80 | fail | test_dict_access | v |
|
||||
| collections.py:82 | fail | test_dict_access | v |
|
||||
| collections.py:80 | ok | test_dict_access | v |
|
||||
| collections.py:82 | ok | test_dict_access | v |
|
||||
| collections.py:90 | fail | test_named_tuple | point[0] |
|
||||
| collections.py:91 | fail | test_named_tuple | point.x |
|
||||
| collections.py:95 | ok | test_named_tuple | point[1] |
|
||||
|
||||
Reference in New Issue
Block a user