Tainted flow: 'headers' from os.getenv (line 34, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"temperature": 0.1, "max_tokens": 2000 } resp = requests.post( f"{api_base}/chat/completions", headers=headers, json=payload,- Confidence
- 72% confidence
- Finding
- resp = requests.post( f"{api_base}/chat/completions", headers=headers, json=payload, timeout=60 )
