mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Handle taint from bytes(obj)
This commit is contained in:
@@ -29,6 +29,7 @@ def str_operations():
|
||||
ts[0:1000],
|
||||
ts[0],
|
||||
str(ts),
|
||||
bytes(ts),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user