Tainted flow: 'url' from os.getenv (line 113, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"response_format": "b64_json" } response = requests.post(url, headers=headers, json=payload, timeout=120) response.raise_for_status() data = response.json()- Confidence
- 94% confidence
- Finding
- response = requests.post(url, headers=headers, json=payload, timeout=120)
