Tainted flow: 'slot' from httpx.post (line 43, network input) → httpx.put (network output)
Medium
- Category
- Data Flow
- Content
# PUT binary to presigned URL with open(image_path, "rb") as f: httpx.put( slot["upload_url"], content=f.read(), timeout=60,- Confidence
- 91% confidence
- Finding
- httpx.put( slot["upload_url"], content=f.read(), timeout=60, ).raise_for_status()
