Tainted flow: 'url' from os.environ.get (line 60, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: response = requests.post(url, headers=headers, json=data, timeout=30) response.raise_for_status() result = response.json() if 'data' in result and len(result['data']) > 0:- Confidence
- 96% confidence
- Finding
- response = requests.post(url, headers=headers, json=data, timeout=30)
