Tainted flow: 'upload_url' from os.environ.get (line 263, credential/environment) → requests.put (network output)
Critical
- Category
- Data Flow
- Content
headers = {"Content-Type": "video/mp4"} with open(video_path, 'rb') as f: response = requests.put(upload_url, data=f, headers=headers, timeout=600) if response.status_code in [200, 100]: if debug:- Confidence
- 82% confidence
- Finding
- response = requests.put(upload_url, data=f, headers=headers, timeout=600)
