Tainted flow: 'req' from pathlib.Path.read_bytes (line 514, file read) → urllib.request.urlopen (network output)
High
- Category
- Data Flow
- Content
data=body, headers={"Content-Type": f"multipart/form-data; boundary={boundary}"}, ) with urllib.request.urlopen(req, timeout=t_up) as resp: return json.loads(resp.read()) except Exception as e: last = e- Confidence
- 89% confidence
- Finding
- with urllib.request.urlopen(req, timeout=t_up) as resp:
