Python: Handle taint from bytes(obj)

This commit is contained in:
Rasmus Wriedt Larsen
2020-08-24 14:17:09 +02:00
parent 1e447c5ca2
commit 31b398937a
3 changed files with 45 additions and 39 deletions

View File

@@ -29,6 +29,7 @@ def str_operations():
ts[0:1000],
ts[0],
str(ts),
bytes(ts),
)