Tainted flow: 'url' from os.getenv (line 136, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
if channel is not None: body["Channel"] = str(channel) response = requests.post(url, headers=headers, json=body, timeout=30) result = response.json() if result.get("code") != 2000:- Confidence
- 95% confidence
- Finding
- response = requests.post(url, headers=headers, json=body, timeout=30)
