Tainted flow: 'url' from os.environ.get (line 21, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"search_enabled": True } response = requests.post(url, json=payload, headers=headers, timeout=90) response.raise_for_status() return response.json()- Confidence
- 93% confidence
- Finding
- response = requests.post(url, json=payload, headers=headers, timeout=90)
