Tainted flow: 'headers' from os.environ.get (line 73, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: response = requests.post(QUERY_URL, headers=headers, json={}, timeout=30) response.raise_for_status() return response.json() except Exception as e:- Confidence
- 90% confidence
- Finding
- response = requests.post(QUERY_URL, headers=headers, json={}, timeout=30)
