Python: Add syntactic taint steps for json methods

This commit is contained in:
Rasmus Wriedt Larsen
2020-08-26 11:52:56 +02:00
parent 41e24ae93f
commit 32f9d30136
2 changed files with 14 additions and 2 deletions

View File

@@ -35,8 +35,8 @@
| collections.py:103 | fail | test_defaultdict | tainted_default_dict.copy() |
| collections.py:106 | fail | test_defaultdict | v |
| collections.py:108 | fail | test_defaultdict | v |
| json.py:26 | fail | test | json.dumps(..) |
| json.py:27 | fail | test | json.loads(..) |
| json.py:26 | ok | test | json.dumps(..) |
| json.py:27 | ok | test | json.loads(..) |
| json.py:34 | fail | test | tainted_filelike |
| json.py:35 | fail | test | json.load(..) |
| json.py:48 | fail | non_syntacical | dumps(..) |