Tainted flow: 'api_url' from os.environ.get (line 85, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
try: # 发起 HTTPS POST 请求 response = requests.post(api_url, headers=headers, json=params, timeout=30) if response.status_code >= 400: raise Exception(f"HTTP请求失败: {response.status_code}, {response.text[:500]}")- Confidence
- 94% confidence
- Finding
- response = requests.post(api_url, headers=headers, json=params, timeout=30)
